Joshua Boniface
4a7c6db9b2
Features all the components of creating various templates and scripts for the provisioner, as well as VM profiles combining these.
17 lines
428 B
Desktop File
17 lines
428 B
Desktop File
# Parallel Virtual Cluster Provisioner client daemon unit file
|
|
|
|
[Unit]
|
|
Description = Parallel Virtual Cluster Provisioner client daemon
|
|
After = network-online.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
WorkingDirectory = /usr/share/pvc
|
|
Environment = PYTHONUNBUFFERED=true
|
|
Environment = PVC_CONFIG_FILE=/etc/pvc/pvc-provisioner.yaml
|
|
ExecStart = /usr/share/pvc/pvc-provisioner.py
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|