Move API client filename
This commit is contained in:
parent
a480048d36
commit
e4576c016f
|
@ -9,7 +9,7 @@ Type = simple
|
|||
WorkingDirectory = /usr/share/pvc
|
||||
Environment = PYTHONUNBUFFERED=true
|
||||
Environment = PVC_CONFIG_FILE=/etc/pvc/pvc.yaml
|
||||
ExecStart = /usr/share/pvc/api.py
|
||||
ExecStart = /usr/share/pvc/pvc-api.py
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
client-api/api.py usr/share/pvc
|
||||
client-api/pvc-api.py usr/share/pvc
|
||||
client-api/api_lib usr/share/pvc
|
||||
client-api/pvc-api.service lib/systemd/system
|
||||
|
|
Loading…
Reference in New Issue