Completely disable update-engine on builders

This commit is contained in:
Brad Ison 2016-11-23 10:12:55 -05:00
parent 9cc78f314d
commit bcdc330b56

View file

@ -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