Skip to content

Instantly share code, notes, and snippets.

View joelouisworthington's full-sized avatar

joelouisworthington joelouisworthington

  • Senior Developer @ Eleven Miles
View GitHub Profile
@joelouisworthington
joelouisworthington / start.sh
Last active February 6, 2024 03:22
tmux Minecraft start, stop, restart, reload and backup script
#!/bin/sh
### BEGIN INIT INFO
# Provides: Minecraft-Server
# Required-Start: $all
# Required-Stop: $remote_fs $syslog $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts minecraft server at boot time
# Description: Starts minecraft server at boot time
### END INIT INFO