View original Gist on GitHub
nohup cron -f & # nohup: invoke a utility immune to hangups (ignore SIGHUP "signal hang up") # cron -f: run cron process in foreground # &: run in background