Browse Source

Merge pull request #7299 from gacopl/fix/systemd

Systemd fix for autoupdates and restarts from UI
pull/7302/head
Ruud Burger 6 years ago
committed by GitHub
parent
commit
cdff9ca788
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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