Skip to content

Instantly share code, notes, and snippets.

@aminamid
Created July 31, 2015 02:46
Show Gist options
  • Save aminamid/da9724ff1ee7a9a281fc to your computer and use it in GitHub Desktop.
Save aminamid/da9724ff1ee7a9a281fc to your computer and use it in GitHub Desktop.
auto restart mx
while true; do while [ $? -eq 0 ] ; do sleep 60; imservping ; done ; $INTERMAIL/lib/imservctrl start ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment