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