Merge pull request #2159 from coreos-inc/disable-update-engine

Completely disable update-engine on builders
This commit is contained in:
Brad Ison 2016-11-23 10:37:21 -05:00 committed by GitHub
commit 5f28aae91e

View file

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