Guest User

Untitled

a guest
Oct 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # sudo start helper
  2. # sudo stop helper
  3. # sudo status helper
  4. start on runlevel [2345]
  5. stop on runlevel [016]
  6.  
  7. chdir /data
  8. respawn
  9.  
  10. post-stop script
  11. sleep 30
  12. end script
  13.  
  14. limit core unlimited unlimited
  15. limit nofile 100000 100000
  16. setuid goldy
  17. exec python helper.py
Add Comment
Please, Sign In to add comment