Skip to content

Instantly share code, notes, and snippets.

@mkropat
Created January 23, 2015 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkropat/18c0be99ce764ade16b1 to your computer and use it in GitHub Desktop.
Save mkropat/18c0be99ce764ade16b1 to your computer and use it in GitHub Desktop.
# description "minecraft server"
start on runlevel [345]
stop on runlevel [^345]
console log
chdir /var/lib/minecraft/
setuid minecraft
setgid minecraft
respawn
respawn limit 20 5
exec /usr/bin/java -Xms1536M -Xmx2048M -jar /usr/local/share/minecraft_server.1.8.1.jar nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment