Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created September 16, 2014 14:34
Show Gist options
  • Save ianblenke/9dd30142aa3c92b3ba65 to your computer and use it in GitHub Desktop.
Save ianblenke/9dd30142aa3c92b3ba65 to your computer and use it in GitHub Desktop.
CoreOS update-engine mask/unmask for Deis
/usr/bin/systemctl unmask update-engine.service
/usr/bin/systemctl start update-engine.service
Wait for the update, then lock it down with flagging again:
/usr/bin/systemctl stop update-engine.service
/usr/bin/systemctl mask update-engine.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment