mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
16 lines
332 B
Desktop File
16 lines
332 B
Desktop File
[Unit]
|
|
Description = Torrserver
|
|
After = syslog.target network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /path/to/torrserver -d /path/to/db/
|
|
ExecReload = /bin/kill -HUP ${MAINPID}
|
|
ExecStop = /bin/kill -INT ${MAINPID}
|
|
TimeoutSec = 30
|
|
Restart = on-failure
|
|
LimitNOFILE = 4096
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|