benediktschmitt / emsm

A lightweight, easy to extend minecraft server manager.
http://emsm.readthedocs.io
Other
74 stars 26 forks source link

Update docs with OpenRC Information #70

Open markhughes opened 7 years ago

markhughes commented 7 years ago

Although operating systems like Gentoo and Alpine Linux use a 'initd' they use a slight alternative known as OpenRC.

So this won't work:

$ sudo update-rc.d minecraft defaults
$ sudo update-rc.d minecraft enable

Instead, the following should be added to the docs for OpenRC:

$ rc-update add minecraft
AdorablePotato commented 7 years ago

Can you create a pull request for this? I'm not familiar with OpenRC.