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

@ -607,7 +607,7 @@ class NodeInstance(object):
patroni_failed = False
time.sleep(0.2)
break
# 6. Start client API (and provisioner worker)
# 6. Start client API
if self.config["enable_api"]:
self.logger.out("Starting PVC API client service", state="i")
common.run_os_command("systemctl enable pvcapid.service")