Browse Source

Fix updates/restarts when using systemd

pull/7298/head
gacopl 6 years ago
parent
commit
37d59a2d24
  1. 2
      init/couchpotato.service

2
init/couchpotato.service

@ -7,6 +7,8 @@ ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py
Type=simple
User=couchpotato
Group=couchpotato
Restart=always
RestartSec=2s
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save