summarylogtreecommitdiffstats
path: root/sickrage-system.service
blob: 72ae4fb1ffa5c6fb8ae69c1b79fe39320d26939f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=SickRage Daemon
After=network.target
## If you want to ensure a torrent client (or usenet client) is running)
#Requires=deluged.service

[Service]
User=sickrage
Type=forking
PIDFile=/run/sickrage/sickrage.pid
ExecStart=/usr/bin/env python2 /opt/sickrage/SickBeard.py -q --daemon --nolaunch --pidfile=/run/sickrage/sickrage.pid --config /opt/sickrage/config.ini --datadir /opt/sickrage

[Install]
WantedBy=multi-user.target