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

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

Type=simple
ExecStart=/opt/sickchill/app/bin/SickChill.py --quiet --nolaunch --datadir=/opt/sickchill/data

[Install]
WantedBy=multi-user.target