mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
in transmission-daemon.service, remove unnecessary comments and change Type from simple to notify since transmission-daemon uses sd_notify()
This commit is contained in:
parent
adb8077706
commit
d1db86eba9
1 changed files with 1 additions and 4 deletions
|
@ -1,12 +1,9 @@
|
|||
[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
|
||||
Type=notify
|
||||
ExecStart=/usr/bin/transmission-daemon -f --config-dir /var/lib/transmission/.config/transmission --log-error
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue