Skip to content

Instantly share code, notes, and snippets.

@workmaster2n
Created September 24, 2013 17:02
Show Gist options
  • Select an option

  • Save workmaster2n/6687834 to your computer and use it in GitHub Desktop.

Select an option

Save workmaster2n/6687834 to your computer and use it in GitHub Desktop.
Start Unicorn On Reboot
#!/usr/bin/env bash
su deployer - -c "service unicorn_arcsite start";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment