mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
transmission/README.rst: Advice on editing /lib unit files
This commit is contained in:
parent
7d53e4834a
commit
ba62be5cb4
1 changed files with 2 additions and 0 deletions
|
@ -115,3 +115,5 @@ This gives permissions to user ``debian-transmission`` — if you use these 3 li
|
|||
RuntimeDirectory=transmission-daemon
|
||||
LogsDirectory=transmission-daemon
|
||||
ExecStart=/usr/bin/transmission-daemon -f --log-error --log-debug --logfile /var/log/transmission-daemon/transmission.log --pid-file /run/transmission-daemon/transmission.pid
|
||||
|
||||
Noting that one should not normally edit files in ``/lib`` or ``/usr/lib`` — systemd has a command for customizing unit files: ``systemctl edit --full transmission-daemon.service``
|
||||
|
|
Loading…
Reference in a new issue