Advertisement
Baa

Server Script

Baa
May 14th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. description "ss13_server"
  2.  
  3. setuid ss13
  4. chdir /home/ss13/ss13
  5.  
  6. # Run DreamDaemon headlessly, send logs to a text file in the home folder 'ss13'
  7. #exec xvfb-run DreamDaemon baystation12.dmb 25565 -trusted
  8. exec xvfb-run DreamDaemon baystation12.dmb 25565 -trusted >> /home/ss13/ss13-log
  9.  
  10. # Restart the process if it dies with a signal
  11. # or exit code not given by the 'normal exit' stanza.
  12. respawn
  13.  
  14. # Give up if restart occurs 3 times in 90 seconds.
  15. respawn limit 3 90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement