Created
January 19, 2012 10:11
-
-
Save rummelonp/1639231 to your computer and use it in GitHub Desktop.
upstart 用の creepy デーモン化の雛形
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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