templates/packer: avoid errors in worker-executor startup

When the worker executor starts up, many error messages and warnings are
shown in the system logs, worker-initialization.service should actually
not run at all. The service crashes and functionally that's fine, but
it just messes up the log, raises questions and can be avoided by just
not running it.
This commit is contained in:
Florian Schüller 2025-07-23 15:03:28 +02:00 committed by Florian Schüller
parent b488a2d826
commit 0eaef83e26

View file

@ -1,6 +1,7 @@
[Unit]
Description=Worker Initialization Service
ConditionPathExists=!/etc/worker-first-boot
ConditionPathExists=!/tmp/worker-run-executor-service
Wants=cloud-final.service
After=cloud-final.service