2 changed files with 14 additions and 13 deletions
@ -1,13 +0,0 @@ |
|||
[Unit] |
|||
Description=CouchPotato application instance |
|||
After=network.target |
|||
|
|||
[Service] |
|||
ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon |
|||
GuessMainPID=no |
|||
Type=forking |
|||
User=couchpotato |
|||
Group=couchpotato |
|||
|
|||
[Install] |
|||
WantedBy=multi-user.target |
@ -0,0 +1 @@ |
|||
couchpotato.service |
@ -0,0 +1,13 @@ |
|||
[Unit] |
|||
Description=CouchPotato application instance |
|||
After=network.target |
|||
|
|||
[Service] |
|||
ExecStart=/var/lib/CouchPotatoServer/CouchPotato.py --daemon |
|||
GuessMainPID=no |
|||
Type=forking |
|||
User=couchpotato |
|||
Group=couchpotato |
|||
|
|||
[Install] |
|||
WantedBy=multi-user.target |
Loading…
Reference in new issue