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 }}
|
group: {{ coreos_channel }}
|
||||||
|
|
||||||
units:
|
units:
|
||||||
|
- name: update-engine.service
|
||||||
|
command: stop
|
||||||
|
- name: locksmithd.service
|
||||||
|
command: stop
|
||||||
- name: systemd-journal-gatewayd.socket
|
- name: systemd-journal-gatewayd.socket
|
||||||
command: start
|
command: start
|
||||||
enable: yes
|
enable: yes
|
||||||
|
|
Reference in a new issue