A small wrapper for runit based systems (e.g. Voidlinux) to use a subset of
openrc's `rc-service` and `rc-update` commands.
![]() |
8 лет назад | |
---|---|---|
.gitignore | 8 лет назад | |
LICENSE | 8 лет назад | |
README.md | 8 лет назад | |
rc-runit | 8 лет назад | |
rc-service | 8 лет назад | |
rc-update | 8 лет назад |
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