Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. description "Run celeryd for staging"
  2.  
  3. # no start option as you might not want it to auto-start
  4. # This might not be supported - you might need a: start on runlevel [3]
  5. stop on shutdown
  6.  
  7. # if you want it to automatically restart if it crashes, leave the next line in
  8. respawn
  9.  
  10. script
  11. sudo start ccnstaging
  12. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement