1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-01-20 17:14:28 +01:00
shell-things/conf/systemd/user/transmission-daemon.service

13 lines
280 B
SYSTEMD
Raw Normal View History

[Unit]
# This is ust copied from the Debian package
Description=Transmission BitTorrent Daemon
[Service]
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
ExecStop=/bin/kill -s STOP $MAINPID
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=default.target