From 7950c4bdb403f3daa9c732cffa91e55570584f10 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 11 Jun 2014 09:34:06 +0200 Subject: [PATCH] Update fedora service init --- init/couchpotato.fedora.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init/couchpotato.fedora.service b/init/couchpotato.fedora.service index 7df166bc..d3b52ba5 100644 --- a/init/couchpotato.fedora.service +++ b/init/couchpotato.fedora.service @@ -1,12 +1,13 @@ [Unit] Description=CouchPotato application instance +After=network.target [Service] -ExecStart=/usr/lib/CouchPotatoServer/CouchPotato.py --daemon +ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon GuessMainPID=no Type=forking User=couchpotato Group=couchpotato [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target