systemd-alpine/README.md

743 B

systemd for alpine

…or not.

Build Status

This adds a bunch of OpenRC services so that you can run service start something and it will run service something start instead, giving you the appearance of using systemd.

A word of warning

Not only is this a dumb idea, this is also terribly coded; there is some use of eval in there, so it's likely you can find some command injections. Do not use this. Just don't.

Building

make

Installing

sudo make install

Uninstalling

sudo make uninstall

Contributing

Why would you do that‽