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