Cursed OpenRC services
Go to file
~lucidiot 02b0bec13b
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Add CHANGELOG
2022-02-05 13:18:45 +01:00
.drone.yml Initial commit 2022-02-02 23:55:07 +01:00
.gitignore Initial commit 2022-02-02 23:55:07 +01:00
CHANGELOG.md Add CHANGELOG 2022-02-05 13:18:45 +01:00
LICENSE Initial commit 2022-02-02 23:55:07 +01:00
Makefile Support a prefix for installation 2022-02-03 00:18:33 +01:00
README.md Add funky CI badge 2022-02-03 00:08:57 +01:00
mkservice Fix describe, zap and status, close #1 2022-02-05 13:15:19 +01:00

README.md

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‽