You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
458 B
21 lines
458 B
5 years ago
|
[Unit]
|
||
|
Description = Transmission BitTorrent Daemon
|
||
|
After = network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
EnvironmentFile = /etc/sysconfig/transmission
|
||
|
ExecStart = /bin/transmission-daemon $TRANSMISSION_OPTS
|
||
|
ExecReload = /bin/kill -s HUP $MAINPID
|
||
|
User = {{ transmission_user }}
|
||
|
Group = {{ transmission_user }}
|
||
|
Restart = on-failure
|
||
|
IOSchedulingClass = best-effort
|
||
|
IOSchedulingPriority = 7
|
||
|
Nice = 10
|
||
|
CPUSchedulingPolicy = idle
|
||
|
|
||
|
[Install]
|
||
|
WantedBy = multi-user.target
|
||
|
|