mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
16 lines
296 B
SYSTEMD
16 lines
296 B
SYSTEMD
|
[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
|
||
|
|
||
|
|