summarylogtreecommitdiffstats
path: root/couchpotato.service
blob: ee083566bff9c0942496980c37af527ce32e84c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=CouchPotato Daemon
After=network.target

[Service]
#ExecStart=/opt/couchpotato/app/CouchPotato.py --data_dir=/opt/couchpotato/data --quiet
ExecStart=/opt/couchpotato/app/CouchPotato.py --config_file=/opt/couchpotato/config.ini --data_dir=/opt/couchpotato/data --quiet
Type=simple
User=couchpotato
Group=couchpotato
Restart=on-success

[Install]
WantedBy=multi-user.target