1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 13:35:36 +00:00

(trunk, daemon) #5503: add an ExecReload rule to the systemd service file.

This commit is contained in:
Jordan Lee 2014-01-21 02:19:48 +00:00
parent 5f2daaafb3
commit 72f9cb7112

View file

@ -6,6 +6,7 @@ After=network.target
User=transmission
Type=notify
ExecStart=/usr/bin/transmission-daemon -f --log-error
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target