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

[Service]
EnvironmentFile=/etc/conf.d/couchpotato
User=couchpotato
Group=couchpotato
ExecStart=/usr/bin/couchpotato --config_file "$CP_CONF" --data_dir "$CP_DATA" --pid_file=/run/couchpotato/couchpotato.pid
Type=simple
PIDFile=/run/couchpotato/couchpotato.pid

[Install]
WantedBy=multi-user.target