diff --git a/build/qbittorrent.conf b/build/qbittorrent.conf index d7558d5..33acf22 100644 --- a/build/qbittorrent.conf +++ b/build/qbittorrent.conf @@ -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