mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
rtorrent-flood: remove root process
This commit is contained in:
3
rtorrent-flood/s6.d/flood/run
Normal file
3
rtorrent-flood/s6.d/flood/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /usr/flood
|
||||
exec /usr/flood/server/bin/www
|
6
rtorrent-flood/s6.d/rtorrent/run
Normal file
6
rtorrent-flood/s6.d/rtorrent/run
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
export TERM="xterm"
|
||||
export HOME="/home/torrent"
|
||||
export PWD="/home/torrent"
|
||||
cd /home/torrent
|
||||
exec rtorrent
|
Reference in New Issue
Block a user