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

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

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

[Install]
WantedBy=multi-user.target