summarylogtreecommitdiffstats
path: root/sickchill.service
blob: b35ed38d67550c30eeed3efddf789ff9fe589d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Sickchill service.
After=network.target

[Service]
Restart=on-success
User=sickchill
Group=sickchill

ExecStart=/usr/bin/env python2 /opt/sickchill/app/SickBeard.py --quiet --nolaunch --datadir /opt/sickchill/data

[Install]
WantedBy=multi-user.target