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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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 |
|
|