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

@ -80,7 +80,7 @@ def start_api_worker(logger, config):
if config["enable_api"]:
logger.out("Starting API worker daemon", state="i")
# TODO: Move our handling out of Systemd and integrate it directly as a subprocess?
common.run_os_command("systemctl start pvcapid-worker.service")
common.run_os_command("systemctl start pvcworkerd.service")
def start_system_services(logger, config):