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