mirror of
https://github.com/transmission/transmission
synced 2025-01-03 13:35:36 +00:00
(trunk daemon) add a systemd service file for transmission-daemon.
Suggestions / improvements welcomed at https://trac.transmissionbt.com/ticket/4503
This commit is contained in:
parent
f3eb6d449e
commit
a7d9f17b22
1 changed files with 13 additions and 0 deletions
13
daemon/transmission-daemon.service
Normal file
13
daemon/transmission-daemon.service
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Transmission BitTorrent Daemon
|
||||||
|
|
||||||
|
# This assumes that a user 'transmission' exists, with a writeable homedirectory,
|
||||||
|
# and that /run/transmission exists and is writeable by the transmission user.
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=transmission
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/transmission-daemon -f --config-dir /var/lib/transmission/.config/transmission --log-error
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue