PKGBUILDs/aur/couchpotato-git/couchpotato.service

16 lines
296 B
SYSTEMD
Raw Normal View History

2012-10-13 22:26:49 +00:00
[Unit]
Description=An automatic NZB and torrent movie downloader
[Service]
EnvironmentFile=/etc/conf.d/couchpotato_systemd
ExecStart=/usr/bin/python2 /opt/couchpotato/CouchPotato.py $CP_OPTS
GuessMainPID=no
Type=forking
User=couchpotato
Group=couchpotato
[Install]
WantedBy=multi-user.target