summarylogtreecommitdiffstats
path: root/couchpotato.service
diff options
context:
space:
mode:
Diffstat (limited to 'couchpotato.service')
-rw-r--r--couchpotato.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/couchpotato.service b/couchpotato.service
index 322d16299f46..18eb14f758ca 100644
--- a/couchpotato.service
+++ b/couchpotato.service
@@ -1,10 +1,10 @@
[Unit]
Description=An automatic NZB and torrent movie downloader
+After=network.target
[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
+ExecStart=/usr/bin/python2 /opt/couchpotato/CouchPotato.py --config_file /opt/couchpotato/config.ini --data_dir /opt/couchpotato/data --quiet
+Type=simple
User=couchpotato
Group=couchpotato