Skip to content

Instantly share code, notes, and snippets.

@jooooooon
Created March 3, 2011 15:18
Show Gist options
  • Save jooooooon/852911 to your computer and use it in GitHub Desktop.
Save jooooooon/852911 to your computer and use it in GitHub Desktop.
Keep cf-execd alive in crontab
*/5 * * * * root if [ `ps -efww | grep cf-execd | grep -v grep | wc -l` -eq 0 ]; then /var/cfengine/bin/cf-execd; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment