Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ### BEGIN INIT INFO
  2. # Provides: Multicraft
  3. # Required-Start:
  4. # Required-Stop
  5. # Should-Start:
  6. # Should-Stop:
  7. # X-Start-Before:
  8. # X-Start-After:
  9. # Default-Start: 2 3 4 5
  10. # Default-Stop: 0 1 6
  11. # X-Interactive:
  12. # Short-Description: Multicraft daemon
  13. # Description: Starts the Multicraft daemon at system startup
  14. ### END INIT INFO
  15.  
  16. sleep 60
  17.  
  18. . /home/minecraft/multicraft/bin/multicraft -v start
  19.  
  20. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement