summarylogtreecommitdiffstats
path: root/couchpotato.service
blob: bb715c83a932b8b82ae486e91ec2814d83888b04 (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 --console_log
Type=simple
PIDFile=/run/couchpotato/couchpotato.pid

[Install]
WantedBy=multi-user.target