[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:slackware_admin:runit [2019/09/17 04:57 (UTC)] – [4. How to replace init with runit] add more info and try to simplify it aadityahowtos:slackware_admin:runit [2019/09/19 15:39 (UTC)] – [Sources] use ordered list syntax aaditya
Line 11: Line 11:
 To read on the benefits of runit, see here: http://smarden.org/runit/benefits.html To read on the benefits of runit, see here: http://smarden.org/runit/benefits.html
  
-Unless otherwise stated, all commands in this article are to be run by root.+//* Unless otherwise stated, all commands in this article are to be run by root.//
  
 ===== Use runit with traditional init (sysvinit) ===== ===== Use runit with traditional init (sysvinit) =====
Line 525: Line 525:
 ==== OpenRC ==== ==== OpenRC ====
  
-Here ''runit-init'' is used for booting, which then transfers control to the OpenRC init services for things like mounting the filesystem, loading modules, running udev, etc.+Here ''runit-init'' is used for booting, which then transfers control to the OpenRC for things like mounting the filesystem, loading modules, running udev, etc.
  
-It requires a working OpenRC system. Check the [[howtos:general_admin:openrc]] page on how it can be done.+It requires a working OpenRC system. Check the [[howtos:general_admin:openrc]] page for instructions.
 The level 1 runit service uses the OpenRC ''boot'' and ''sysinit'' runlevels. The level 1 runit service uses the OpenRC ''boot'' and ''sysinit'' runlevels.
  
-Check the [[https://wiki.gentoo.org/wiki/Runit#Runit_as_the_init_system|gentoo wiki]] for more info, and [[https://gitlab.com/aadityabagga/runit-init-openrc|runit-init-openrc]] on how to install and set it up.+The [[https://wiki.gentoo.org/wiki/Runit#Runit_as_the_init_system|gentoo wiki]] has more information, and [[https://gitlab.com/aadityabagga/runit-init-openrc|runit-init-openrc]] details how to install and set it up.
  
 ==== void-runit ==== ==== void-runit ====
Line 539: Line 539:
  
 ===== Sources ===== ===== Sources =====
-  
-(1) http://smarden.org/runit/ 
- 
-(2) https://slackbuilds.org 
- 
-(3) https://en.wikipedia.org/wiki/Init 
- 
-(4) https://voidlinux.org/usage/runit/ 
- 
-(5) https://www.youtube.com/watch?v=jiBlIhFxNJo 
- 
-(6) http://kchard.github.io/runit-quickstart/ 
- 
-(7) https://www.slackbook.org/beta/ 
- 
-(8) https://gitlab.com/chrisabela/runit_scripts_for_slackware 
  
-(9) https://wiki.gentoo.org/wiki/Runit+  - http://smarden.org/runit/ 
 +  - https://en.wikipedia.org/wiki/Init 
 +  - https://voidlinux.org/usage/runit/ 
 +  - https://www.youtube.com/watch?v=jiBlIhFxNJo 
 +  - http://kchard.github.io/runit-quickstart/ 
 +  - https://www.slackbook.org/beta/ 
 +  - https://gitlab.com/chrisabela/runit_scripts_for_slackware 
 +  - https://github.com/aadityabagga/runit-services 
 +  - https://wiki.gentoo.org/wiki/Runit 
 +  - https://github.com/void-linux/void-runit
  
-(10) https://github.com/void-linux/void-runit+----
  
   * Written for Slackware 14.2 in December 2018   * Written for Slackware 14.2 in December 2018
 howtos:slackware_admin:runit ()