PKGBUILDs/aur/couchpotato-git/couchpotato.service

15 lines
331 B
SYSTEMD
Raw Normal View History

2012-10-13 22:26:49 +00:00
[Unit]
Description=An automatic NZB and torrent movie downloader
[Service]
2013-05-21 22:08:05 +00:00
ExecStart=/usr/bin/python2 /opt/couchpotato/CouchPotato.py --config_file /opt/couchpotato/config.ini --data_dir /opt/couchpotato/data --daemon --quiet
2012-10-13 22:26:49 +00:00
GuessMainPID=no
Type=forking
User=couchpotato
Group=couchpotato
[Install]
WantedBy=multi-user.target