21 lines
368 B
21 lines
368 B
[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
|
|
|
|
[program:shutdown-script]
|
|
autorestart = false
|
|
startsecs = 0
|
|
user = root
|
|
command = /usr/local/bin/shutdown.sh 'qbittorrent-nox'
|
|
umask = 000
|