Skip to content

Instantly share code, notes, and snippets.

@jbub
Last active April 3, 2017 11:16
Show Gist options
  • Save jbub/8020842 to your computer and use it in GitHub Desktop.
Save jbub/8020842 to your computer and use it in GitHub Desktop.
Kill all salt-master processes.
ps aux | grep -ie salt-master | grep -v grep | awk '{print $2}' | xargs kill -9
@ajmdfeipan
Copy link

it can not work for me , old killed , but new again

@zminds
Copy link

zminds commented Apr 3, 2017

it work for me !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment