Rename pvcapid-worker to pvcworkerd

This commit is contained in:
2023-11-15 19:13:48 -05:00
parent 5f1432ccdd
commit aef38639cf
8 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# Parallel Virtual Cluster Provisioner API provisioner worker unit file
# Parallel Virtual Cluster Celery Worker daemon unit file
[Unit]
Description = Parallel Virtual Cluster API provisioner worker
Description = Parallel Virtual Cluster Celery Worker daemon
After = network-online.target
[Service]
@ -9,7 +9,7 @@ Type = simple
WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true
Environment = PVC_CONFIG_FILE=/etc/pvc/pvcapid.yaml
ExecStart = /usr/share/pvc/pvcapid-worker.sh
ExecStart = /usr/share/pvc/pvcworkerd.sh
Restart = on-failure
[Install]

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# pvcapid-worker.py - API Celery worker daemon startup stub
# pvcworkerd.py - API Celery worker daemon startup stub
# Part of the Parallel Virtual Cluster (PVC) system
#
# Copyright (C) 2018-2022 Joshua M. Boniface <joshua@boniface.me>