Skip to content

Instantly share code, notes, and snippets.

@rkjha
Created October 7, 2014 14:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rkjha/bc96e51a62465b9b547a to your computer and use it in GitHub Desktop.
A simple cron task for starting unicorn app server scripts, on reboot.
every :reboot do
command "/etc/init.d/unicorn_app start"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment