mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
add rtorrent-flood image
This commit is contained in:
18
rtorrent-flood/supervisord.ini
Normal file
18
rtorrent-flood/supervisord.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[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"
|
||||
startsecs=5
|
||||
command=rtorrent
|
||||
|
||||
[program:flood]
|
||||
user=torrent
|
||||
directory=/usr/flood
|
||||
command=/usr/flood/server/bin/www
|
||||
autostart=true
|
||||
autorestart=true
|
Reference in New Issue
Block a user