Browse Source

Merge pull request #6065 from craigcabrey/systemd-no-forking

Don't fork when run as a systemd service
pull/6075/head
Ruud Burger 9 years ago
parent
commit
90cbff2f0d
  1. 5
      init/couchpotato.service

5
init/couchpotato.service

@ -3,9 +3,8 @@ Description=CouchPotato application instance
After=network.target
[Service]
ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon
GuessMainPID=no
Type=forking
ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py
Type=simple
User=couchpotato
Group=couchpotato

Loading…
Cancel
Save