mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-15 20:06:10 +05:00
update service
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[Unit]
|
||||
Description = Torrserver
|
||||
Description = TorrServer
|
||||
After = syslog.target network.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type = simple
|
||||
Environment="GODEBUG=madvdontneed=1"
|
||||
ExecStart = /path/to/torrserver -d /path/to/db/
|
||||
ExecReload = /bin/kill -HUP ${MAINPID}
|
||||
ExecStop = /bin/kill -INT ${MAINPID}
|
||||
@@ -12,4 +13,4 @@ Restart = on-failure
|
||||
LimitNOFILE = 4096
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
||||
WantedBy = multi-user.target
|
||||
Reference in New Issue
Block a user