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:
parent
b488a2d826
commit
0eaef83e26
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue