Package: transmission-daemon
Version: 2.84-0.1+b1
Severity: important

Dear Maintainer,

The systemd .service file for transmission-daemon is broken, since it
doesn't
include the configuration option --config-dir as it does in the case of
the standard init.d startup script. Hence the configuration can't be
found when
transmission-daemon is started via systemd, which is now the default init
system with jessie.

Locally I fixed the service file by placing the following snippet in
/etc/systemd/service/transmission-daemon.service.d/fix_ExecStart.conf

[Service]
ExecStart=
ExecStart=/usr/bin/transmission-daemon -f --log-error
--config-dir=/var/lib/transmission-daemon/info

The proper fix is of course to add the option in the installed service file
/lib/systemd/system/transmission-daemon.service .

Matthias


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to