Difference between revisions of "OpenRC, an alternative to systemd"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
imported>Aaditya (Redirected page to Using OpenRC, an alternative to systemd) |
(removed old text - kept some references) Tag: Replaced |
||
(192 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{Out of date|OpenRC is no longer supported --Frede H. 08:41, 25 September 2020 (CEST)}} | |||
__TOC__ | |||
==Unsupported on Manjaro== | |||
{{Important|Manjaro does no longer support OpenRC}} | |||
==Replacement== | |||
{{Important|If you are looking for OpenRC capable Arch have a look at [https://artixlinux.org Artix Linux]}} | |||
==What is OpenRC== | |||
[https://wiki.gentoo.org/wiki/OpenRC OpenRC] is a dependency based [https://en.wikipedia.org/wiki/Init init] system maintained by the Gentoo developers, that works with the system provided init program, normally [http://savannah.nongnu.org/projects/sysvinit sysvinit]. It is not a replacement for sysvinit. | |||
It is an alternative to [http://www.freedesktop.org/wiki/Software/systemd/ systemd] for users that like more control over their system, and do not want all the features that systemd provides and automatically activates. | |||
== Further Reading == | |||
* [https://wiki.archlinux.org/index.php/Openrc The Arch Wiki] | |||
* [http://blog.notfoss.com/posts/openrc-on-arch-linux/ OpenRC on Arch Linux] | |||
* [http://systemd-free.org/ systemd-free.org] | |||
* [https://wiki.gentoo.org/wiki/Handbook:X86/Working/Initscripts Initscripts] | |||
* [https://wiki.gentoo.org/wiki//etc/local.d /etc/local.d] | |||
[[Category:Obsolete]] |
Latest revision as of 11:58, 29 June 2024
Unsupported on Manjaro
Replacement
What is OpenRC
OpenRC is a dependency based init system maintained by the Gentoo developers, that works with the system provided init program, normally sysvinit. It is not a replacement for sysvinit.
It is an alternative to systemd for users that like more control over their system, and do not want all the features that systemd provides and automatically activates.