Update fedora service init

This commit is contained in:
Ruud
2014-06-11 09:34:06 +02:00
parent 2499012d88
commit 7950c4bdb4

View File

@@ -1,12 +1,13 @@
[Unit] [Unit]
Description=CouchPotato application instance Description=CouchPotato application instance
After=network.target
[Service] [Service]
ExecStart=/usr/lib/CouchPotatoServer/CouchPotato.py --daemon ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon
GuessMainPID=no GuessMainPID=no
Type=forking Type=forking
User=couchpotato User=couchpotato
Group=couchpotato Group=couchpotato
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target