A small wrapper for runit based systems (e.g. Voidlinux) to use a subset of
openrc's `rc-service` and `rc-update` commands.

Sven Velt 7697d71cc4 Initial commit il y a 8 ans
.gitignore 7697d71cc4 Initial commit il y a 8 ans
LICENSE 7697d71cc4 Initial commit il y a 8 ans
README.md 7697d71cc4 Initial commit il y a 8 ans
rc-runit 7697d71cc4 Initial commit il y a 8 ans
rc-service 7697d71cc4 Initial commit il y a 8 ans
rc-update 7697d71cc4 Initial commit il y a 8 ans

README.md

runit-openrc-wrapper

A small wrapper for runit based systems (e.g. Voidlinux) to use a subset of openrc's rc-service and rc-update commands.

Motivation

I wanted to use Ansible for my Voidlinux systems and patching Ansible's "service" module seems to be a PITA. So I decided to write a small wrapper which is detected by Ansible as openrc. Attention! "ansible_service_mgr" variable of "setup" module still contains "runit"!

Installation

Just copy all rc-* files to /usr/bin or another location in your root's PATH.

Contributors

  • Sven Velt

Licence

See LICENCE