Advertisement
dominique120

Untitled

Feb 3rd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [ CUSTOM FLAGS
  2. Project Name
  3. The Forgotten Server
  4.  
  5. Version
  6. 0.3.6
  7.  
  8. Codenamed
  9. Crying Damson
  10.  
  11. License
  12. GNU GPLv3
  13.  
  14. Forum
  15. http://otland.net/
  16. ]
  17.  
  18. [ How to use SIGNALS
  19. [ Note
  20. Signals are designed for Linux, so if you are Windows user,
  21. you may skip reading it, as you won't have use of them.
  22. ]
  23.  
  24. Signals are nothing else than signals sent to a software when using
  25. 'kill' command. To use signals, you have to type:
  26.  
  27. kill -SIGNAL processId
  28.  
  29. or
  30.  
  31. killall -SIGNAL processName
  32.  
  33. [ Example
  34. killall -HUP theforgottenserver; will save the server.
  35. ]
  36. ]
  37.  
  38. [ Available signal actions
  39. HUP
  40. * Saves server
  41.  
  42. TRAP
  43. * Cleans map
  44.  
  45. CHLD
  46. * Refreshes map
  47.  
  48. USR1
  49. * Closes server
  50.  
  51. USR2
  52. * Open the server
  53.  
  54. CONT
  55. * Reloads everything
  56.  
  57. QUIT
  58. * Saves server and shut it down
  59.  
  60. TERM
  61. * Shuts down the server
  62. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement