Created
August 7, 2014 20:30
-
-
Save dmitriykuptsov/9861586f55215966b7fe to your computer and use it in GitHub Desktop.
Revisions
-
dmitriykuptsov created this gist
Aug 7, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # riemann upstart file pre-start script mkdir -p /var/log/riemann/ end script respawn respawn limit 15 5 start on runlevel [2345] stop on runlevel [06] script su - riemann -c "riemann" >> /var/log/riemann/riemann.log end script