aur/jackett.service
Sylvain Desbureaux 811f86c2e9 bumped to v0.5.0
2015-07-26 17:41:16 +02:00

15 lines
254 B
Desktop File

[Unit]
Description=Jackett Service
After=network.target
[Service]
User=jackett
Group=jackett
Restart=always
RestartSec=5
Type=simple
ExecStart=/usr/bin/mono --debug /opt/Jackett/JackettConsole.exe
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target