Ahtenus / minecraft-init

Init script for minecraft and bukkit servers
404 stars 125 forks source link

Start minecraft later in the boot process #179

Closed penguincoder closed 3 years ago

penguincoder commented 9 years ago

The script requires /var/run to exist, and in newer distributions that directory does not get created until udev is started, which is usually after $local_fs and $remote_fs. It is perfectly acceptable to start this server after everything else has been started.

Leopere commented 9 years ago

@penguincoder if you submit this as a PR to https://github.com/chamunks/minecraft-init I'll merge it there.