File: remctld.conf

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (15 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# upstart configuration for remctld.  -*- upstart -*-

description "Remote authenticated command execution with ACLs"

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

respawn
expect stop

pre-start script
    test -x /usr/sbin/remctld || { stop; exit 0; }
end script

exec /usr/sbin/remctld -F -m -Z