mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
Initial Home page
commit
2f0936bd20
1 changed files with 18 additions and 0 deletions
18
Systemd-script.md
Normal file
18
Systemd-script.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
```
|
||||
[Unit]
|
||||
Description=Jackett Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=[user]
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mono --debug /opt/Jackett/Jackett.exe
|
||||
TimeoutStopSec=20
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
Discussion https://github.com/zone117x/Jackett/issues/36
|
Loading…
Reference in a new issue