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 After=network.target
[Service] [Service]
ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py
GuessMainPID=no Type=simple
Type=forking
User=couchpotato User=couchpotato
Group=couchpotato Group=couchpotato

Loading…
Cancel
Save