Joshua M. Boniface
ce985234c3
Rename "pvcd" to "pvcnoded", and "pvc-api" to "pvcapid" so names for the daemons are fully consistent. Update the names of the configuration files as well to match this new formatting. References #79
17 lines
465 B
Desktop File
17 lines
465 B
Desktop File
# Parallel Virtual Cluster Provisioner API provisioner worker unit file
|
|
|
|
[Unit]
|
|
Description = Parallel Virtual Cluster API provisioner worker
|
|
After = network-online.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
WorkingDirectory = /usr/share/pvc
|
|
Environment = PYTHONUNBUFFERED=true
|
|
Environment = PVC_CONFIG_FILE=/etc/pvc/pvcapid.yaml
|
|
ExecStart = /usr/bin/celery worker -A pvcapid.celery --concurrency 1 --loglevel INFO
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|