summarylogtreecommitdiffstats
path: root/jackett.service
blob: 703398d60f19ba95516126705a891d1a77b8847b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Jackett Daemon
After=network.target

[Service]
User=jackett
Group=jackett
SyslogIdentifier=jackett
Restart=always
RestartSec=5
Type=simple
Environment=XDG_CONFIG_HOME=/var/lib/jackett
Environment=DOTNET_EnableDiagnostics=0
WorkingDirectory=/usr/lib/jackett
ExecStart=/usr/bin/mono /usr/lib/jackett/JackettConsole.exe --NoRestart --NoUpdates --DataFolder /var/lib/jackett
TimeoutStopSec=20

[Install]
WantedBy=multi-user.target