Browse Source

Don't daemonize when running as a systemd service

pull/6065/head
Craig Cabrey 9 years ago
parent
commit
5b76d056fe
  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