superjamie / minecraft-init-script

An initscript to start Minecraft or CraftBukkit on CentOS, Fedora, and Ubuntu
GNU General Public License v3.0
65 stars 31 forks source link

Move settings out to a file in /etc/sysconfig to enable easy script updates #11

Closed superjamie closed 11 years ago

superjamie commented 11 years ago

Currently when users update the script, they have to manually put all their settings in again. This is inconvenient and annoying.

A settings file in /etc/sysconfig/minecraft would be a better solution to this. The settings and script could be separate, and users could update the script without the need to change the settings.

superjamie commented 11 years ago

Done in August update, and updated README to suit.