Fix up bad restart
This commit is contained in:
parent
7f18c99172
commit
59472ae374
|
@ -9,7 +9,7 @@ WorkingDirectory = /usr/share/pvc
|
|||
Environment = PYTHONUNBUFFERED=true
|
||||
Environment = PVCD_CONFIG_FILE=/etc/pvc/pvcd.conf
|
||||
ExecStart = /usr/share/pvc/pvcd.py
|
||||
Restart = never
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
||||
|
|
Loading…
Reference in New Issue