From 1f4d3b37a567ee988d191d4ce8fcfaf3cc06c7d5 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 1 Oct 2024 13:22:24 -0400 Subject: [PATCH] new huey location --- workspace/scripts/files/system/systemd/huey.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/scripts/files/system/systemd/huey.service b/workspace/scripts/files/system/systemd/huey.service index 4d421ab..1b226b8 100644 --- a/workspace/scripts/files/system/systemd/huey.service +++ b/workspace/scripts/files/system/systemd/huey.service @@ -6,7 +6,7 @@ Before=lighttpd.service [Service] User=pioreactor WorkingDirectory=/var/www/pioreactorui -ExecStart=huey_consumer tasks.huey -n -b 1.0 -w 2 -f -C +ExecStart=huey_consumer pioreactorui.tasks.huey -n -b 1.0 -w 2 -f -C ExecStartPost=pio log -m "%n successful" -n systemd --local-only StandardOutput=null StandardError=null