1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 05:36:44 +00:00

Initial Home page

Matthew Little 2015-07-11 14:27:44 -06:00
commit 2f0936bd20

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