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.
arch-qbittorrentvpn/build/qbittorrent.conf

28 lines
476 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:qbittorrent-script]
autorestart = false
startsecs = 0
user = nobody
command = /home/nobody/qbittorrent.sh
umask = 000
[program:privoxy-script]
autorestart = false
startsecs = 0
user = nobody
command = /home/nobody/privoxy.sh
umask = 000