Skip to content

Instantly share code, notes, and snippets.

@haam3r
Created April 3, 2017 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haam3r/e85a9cba677a79cf46ce9a9405090c86 to your computer and use it in GitHub Desktop.
Save haam3r/e85a9cba677a79cf46ce9a9405090c86 to your computer and use it in GitHub Desktop.
restart salt-minion
minion_restart_minion:
cmd.run:
- name: |
exec 0>&-
exec 1>&-
exec 2>&-
nohup /bin/sh -c 'sleep 10 && salt-call --local service.restart salt-minion' &
- order: last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment