Completely disable update-engine on builders
This commit is contained in:
parent
9cc78f314d
commit
bcdc330b56
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ coreos:
|
|||
group: {{ coreos_channel }}
|
||||
|
||||
units:
|
||||
- name: update-engine.service
|
||||
command: stop
|
||||
- name: locksmithd.service
|
||||
command: stop
|
||||
- name: systemd-journal-gatewayd.socket
|
||||
command: start
|
||||
enable: yes
|
||||
|
|
Reference in a new issue