Skip to content

Instantly share code, notes, and snippets.

@bradhe
Created April 21, 2014 22:46
Show Gist options
  • Save bradhe/11159123 to your computer and use it in GitHub Desktop.
Save bradhe/11159123 to your computer and use it in GitHub Desktop.
Shark upstart script.
>> cat config/shark-server.conf
description "shark server"
start on runlevel [23]
stop on shutdown
exec /root/shark/bin/shark --service sharkserver 12022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment