Package: transmission-daemon
Version: 1.40-3
Severity: normal

When trying to restart the daemon, I get:

# /etc/init.d/transmission-daemon restart
Restarting bittorrent daemon: transmission-daemon/usr/bin/transmission-daemon already running.

From the init script:

        start-stop-daemon --stop --quiet \
            --exec $DAEMON \
            --oknodo
        sleep 1
        start_daemon

In my opinion it would be better to use the --retry option to start-stop-daemon instead of sleep, probably with a slightly larger timeout. (I'm not sure how quickly transmission actually shuts down)

Regards,
Christian



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to