summarylogtreecommitdiffstats
path: root/couchpotato.service
diff options
context:
space:
mode:
Diffstat (limited to 'couchpotato.service')
-rw-r--r--couchpotato.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/couchpotato.service b/couchpotato.service
new file mode 100644
index 000000000000..322d16299f46
--- /dev/null
+++ b/couchpotato.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=An automatic NZB and torrent movie downloader
+
+[Service]
+ExecStart=/usr/bin/python2 /opt/couchpotato/CouchPotato.py --config_file /opt/couchpotato/config.ini --data_dir /opt/couchpotato/data --daemon --quiet
+GuessMainPID=no
+Type=forking
+User=couchpotato
+Group=couchpotato
+
+[Install]
+WantedBy=multi-user.target
+
+