Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created January 19, 2012 10:11
Show Gist options
  • Save rummelonp/1639231 to your computer and use it in GitHub Desktop.
Save rummelonp/1639231 to your computer and use it in GitHub Desktop.
upstart 用の creepy デーモン化の雛形
start on runlevel [2345]
stop on shutdown
respawn
exec sudo -Hnu #{user} env LANG=ja_JP.UTF-8 `which ruby` #{creepy_root}/creepy.rb stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment