Ahtenus / minecraft-init

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

Changes to enable minecraft-init to run on OS X #162

Closed stdarg closed 9 years ago

stdarg commented 10 years ago

Should be backward-compatible with previous configs. But I often like to download my worlds and run them locally on my mac book and having minecraft-init run both on my Linux server and OS X is convenient.

alfonsojon commented 10 years ago

OS X cannot run init.d services, so even if the script itself can run, it would not run as a service. Rather, I feel that this should be ported to a native OS X launchd service instead.