Skip to content

Instantly share code, notes, and snippets.

View joelouisworthington's full-sized avatar

joelouisworthington joelouisworthington

  • Senior Developer @ Eleven Miles
View GitHub Profile
@Jofkos
Jofkos / start.sh
Last active January 25, 2024 14:16
Minecraft server tmux startscript
#!/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