summarylogtreecommitdiffstats
path: root/couchpotato.service
blob: 322d16299f468c6bae258750aac5cab70c55bc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=An automatic NZB and torrent movie downloader

[Service]
ExecStart=/usr/bin/python2 /opt/couchpotato/CouchPotato.py --config_file /opt/couchpotato/config.ini --data_dir /opt/couchpotato/data --daemon --quiet
GuessMainPID=no
Type=forking
User=couchpotato
Group=couchpotato

[Install]
WantedBy=multi-user.target