summarylogtreecommitdiffstats
path: root/couchpotato.service
diff options
context:
space:
mode:
authorBen Ruijl2015-06-13 15:20:03 +0200
committerBen Ruijl2015-06-13 15:20:03 +0200
commitf7c0ddce362e1ffbddedb3be9376e2b813872f78 (patch)
tree37a60cf802307f1ef4ff123ddeda20675d5aaf08 /couchpotato.service
downloadaur-f7c0ddce362e1ffbddedb3be9376e2b813872f78.tar.gz
Initial import
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
+
+