send shutdown signal to bash child processes

pull/94/head 4.3.2-1-01
binhex 3 years ago
parent eb475543db
commit 78c13be4ca

@ -11,3 +11,10 @@ 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

Loading…
Cancel
Save