add runit general wiki page

This commit is contained in:
joborun linux 2022-04-06 15:17:18 +00:00
parent 1c4df1c2f8
commit f9a9241101

20
runit-setup.md Normal file
View file

@ -0,0 +1,20 @@
### [[Back to the top joborun wiki page|index.md]] ###
### How to setup runit init and services in joborun ###
Void's and Artix wikis on runit are pretty complete and relevant, we will only focus here on our own differences. For generaral use of runit see the links in the #References section.
### Introduction ###
runit is a suite of tools which provides an init (PID 1) as well as daemontools-compatible process supervision framework, along with utilites which modify the organization of services and daemons.
References:
<a href="https://en.wikipedia.org/wiki/Runit">Wikipedia</a>
<a href="http://smarden.org/runit/">Runit Official Source</a>
<a href="https://wiki.artixlinux.org/Main/Runit">Artix</a>
<a href="https://docs.voidlinux.org/config/services/index.html">Void</a>
<a href="https://wiki.gentoo.org/wiki/Runit">Gentoo</a>
<a href="https://wiki.archlinux.org/title/runit">Arch</a>