Add unit file for API client daemon
This commit is contained in:
parent
0a96e26bc6
commit
f5644e53bf
|
@ -0,0 +1,16 @@
|
||||||
|
# Parallel Virtual Cluster API client daemon unit file
|
||||||
|
|
||||||
|
[Unit]
|
||||||
|
Description = Parallel Virtual Cluster API client daemon
|
||||||
|
After = network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type = simple
|
||||||
|
WorkingDirectory = /usr/share/pvc
|
||||||
|
Environment = PYTHONUNBUFFERED=true
|
||||||
|
Environment = PVC_CONFIG_FILE=/etc/pvc/pvc.yaml
|
||||||
|
ExecStart = /usr/share/pvc/api.py
|
||||||
|
Restart = on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy = multi-user.target
|
Loading…
Reference in New Issue