Update 'root/etc/init.d/rtorrent'

main
ben 1 year ago
parent 70666b050e
commit 2ba907581a

@ -3,12 +3,12 @@
START=99 START=99
STOP=99 STOP=99
start() { SCREEN=/usr/sbin/screen
screen -dmS rtorrent nice -19 rtorrent -n -o import=/etc/rtorrent.conf PROG=/usr/bin/rtorrent
}
boot() { start() {
start sleep 3
$SCREEN -dm -t rtorrent nice -19 $PROG
} }
stop() { stop() {

Loading…
Cancel
Save