File: dynamic-login.conf

package info (click to toggle)
python-diskimage-builder 3.39.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,704 kB
  • sloc: sh: 7,474; python: 6,454; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
description     "Dynamic Login"

start on runlevel [2345]
stop on runlevel [!2345]

umask 022

expect stop

script
    echo "Executing Dynamic Login"
    /usr/local/bin/dynamic-login
end script