i've upgraded to 1.1.0 and now my log files are empty
For months i use deluge in daemon mode, started by an init script that does
Code: Select all
DAEMON="/usr/bin/deluged"
CLIENT="/usr/bin/deluge"
USER="deluge"
echo -n "Starting $NAME"
start-stop-daemon --start --exec $DAEMON --oknodo --chuid $USER --umask 0007
start-stop-daemon --start --oknodo --chuid $USER --umask 0007 --background --exec "$CLIENT" -- -u web -l deluge-webui.log
echo "."
I tried starting deluged with
Code: Select all
start-stop-daemon --start --exec $DAEMON --oknodo --chuid $USER --umask 0007 -- -l /var/lib/deluge/.config/deluge/deluged.conf -L debug
Thanks