A small wrapper for runit based systems (e.g. Voidlinux) to use a subset of
openrc's `rc-service` and `rc-update` commands.
![]() |
il y a 8 ans | |
---|---|---|
.gitignore | il y a 8 ans | |
LICENSE | il y a 8 ans | |
README.md | il y a 8 ans | |
rc-runit | il y a 8 ans | |
rc-service | il y a 8 ans | |
rc-update | il y a 8 ans |
A small wrapper for runit based systems (e.g. Voidlinux) to use a subset of
openrc's rc-service
and rc-update
commands.
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
"!
Just copy all rc-*
files to /usr/bin
or another location in your root's
PATH.
See LICENCE