Browse Source

Fix updates/restarts when using systemd

pull/7299/head
gacopl 6 years ago
parent
commit
11acbfaaf6
  1. 2
      init/couchpotato.service

2
init/couchpotato.service

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

Loading…
Cancel
Save