Created
          August 7, 2014 20:30 
        
      - 
      
- 
        Save dmitriykuptsov/9861586f55215966b7fe to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | # 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 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment