25 lines
511 B
Plaintext
25 lines
511 B
Plaintext
|
[unix_http_server]
|
||
|
file = /var/run/supervisord.sock
|
||
|
|
||
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
logfile=/dev/null
|
||
|
logfile_maxbytes=0
|
||
|
user = root
|
||
|
|
||
|
[program:qbittorrentNox]
|
||
|
user=qbittorrent-nox
|
||
|
minfds=10240
|
||
|
minprocs=200
|
||
|
umask=007
|
||
|
command=/bin/sh /start-qbit.sh
|
||
|
directory=/home/qbittorrent-nox
|
||
|
startsecs=10
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
stdout_logfile=/dev/fd/1
|
||
|
stdout_logfile_maxbytes=0
|
||
|
redirect_stderr=true
|
||
|
startretries=1024
|
||
|
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8,HOME="/home/qbittorrent-nox",USER="qbittorrent-nox"
|