dockerfiles/rtorrent-flood/supervisord.ini

19 lines
374 B
INI
Raw Normal View History

2016-09-09 17:52:00 +02:00
[supervisord]
nodaemon=true
[program:rtorrent]
user=torrent
directory=/home/torrent
priority=2
redirect_stderr=true
environment=HOME="/home/torrent",PWD="/home/torrent",LOGNAME="rtorrent",USER="torrent",TERM="xterm"
command=rtorrent
autorestart=true
2016-09-09 17:52:00 +02:00
[program:flood]
user=torrent
directory=/usr/flood
redirect_stderr=true
2016-09-09 17:52:00 +02:00
command=/usr/flood/server/bin/www
autorestart=true