Update fedora service init
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user