emsm icon indicating copy to clipboard operation
emsm copied to clipboard

Update docs with OpenRC Information

Open markhughes opened this issue 7 years ago • 1 comments

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

markhughes avatar Mar 23 '17 03:03 markhughes

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

AdorablePotato avatar Mar 29 '17 20:03 AdorablePotato