You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[program:start-script]
|
|
autorestart = false
|
|
startsecs = 0
|
|
user = root
|
|
command = /root/start.sh
|
|
umask = 000
|
|
|
|
[program:watchdog-script]
|
|
autorestart = false
|
|
startsecs = 0
|
|
user = nobody
|
|
command = /home/nobody/watchdog.sh
|
|
umask = 000
|
|
|
|
|