Openrc vs runit vs s6. Documenting s6 in detail is beyond the scope of this guide.
Openrc vs runit vs s6 They are both ok for laptops, dunno how the type of your machine is relevant here. The most important reason people chose OpenRC is: Gentoo: everything compiled from source, most complicated for configuration, good documentation, uses mainly OpenRC but offers other init systems with caveats regarding configuration. If any of those don't fit the bill or are somehow broken for you, then how easy is it to replace it (or remove it)? i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. d/net for examples of static or dynamic network configuration. d/ direct I use runit because its lightweight and because systemd broke my neovim config. Aug 13, 2024 · pacman -S openrc elogind-openrc openrc-system or pacman -S runit elogind-runit runit-system or pacman -S s6-base elogind-s6 s6-system or pacman -S dinit elogind-dinit dinit-system Note: don't forget to install a network manager (e. Being and Arch user, I will go with Artix, and it can ship with 4 different init systems: OpenRC, Runit, S6, and Suite66. I havent found a reason to switch back even if it might be fixed right now because runit is so fast and great for me runit or s6 or openrc,いかに人生をfedoraアウトしていくか、からずいぶん方向が変わってきた。 いまはarch系中心。 と云いつつ、linuxworldを彷徨している、と言えなくもない。 I used Arch before, now I'm in Fedora rawhide, any thoughts about Artix Linux? And openrc vs. However, OpenRC needs services to go background and produce PID files. It happens to be made by the same author (skarnet) and to defer management of daemons to s6 due to the benefits mentioned above. And openrc is much more straightforward to manage - scripts are scripts, log files are text, adding services is adding a script, not some arcane format. In the question“What are the best Linux init systems?” Dinit is ranked 3rd while s6 is ranked 4th. Jan 28, 2024 · Small and Unix-like One of the runit project's principles is to keep the code size small. As of version 1. If you use the LXQt desktop it also has user-facing service management independent of init (I use OpenRC too on the main pc). When comparing OpenRC vs runit, the Slant community recommends OpenRC for most people. Head-to-Head 00:152. When comparing systemd vs runit, the Slant community recommends runit for most people. I just need to go more deep into the features of it vs. d - Service directory repository searched by OpenRC when using the s6 integration feature. The most important reason people chose s6 is: Is there a particular reason Alpine uses OpenRC over Runit? I find it strange considering Runit is often considered to be smaller and lighter which better matches Alpine. Simple, and minimal although to a lesser extent compared to Runit. Why? Because everyone was using OpenRC or runit, and I wanted to check out the underdog. systemd vs openrc vs any other sysinit tool doesn't make difference As a sysinit tool, that's mostly true, but only systemd comes with it's own binary log format, timesync, dns cache, half a virtual machine manager and a bootloader. Are the memes real, and is Lennart Poetering really trying to take over all of Linux? Let's If it means anything I run runit on my laptop, it is technically the smallest and "suckless" of the bunch but anything seems small compared to systemd. Generally, In my experiance s6-rc is slightly faster but since both boot really quickly it doesn't really matter. User:AdibSaad/66; External resources. Runit: Remaining a favorite among lightweight distributions like Void Linux. The only solution to bring peace is to enable freedom of choice so people aren't forced to use something they don't Dec 4, 2022 · The developers will compile it against systemd. The most important reason people chose OpenRC is: i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. Hard shutdown with power button. I have used it for quite some time. Results 16:15OpenRC1: 15s 460ms2: 15s 46ms3: 15s 16ms4: 14s 59ms5: 14s 51mss Just use systemd. Maybe it's its simplicity that makes it perform so well/fast. 1 Likes S6 and s6-rc-based init system — an init system built using components from the s6, s6-rc and s6-linux-init packages; OpenRC — a dependency-based init system for Unix-like systems that maintains compatibility with the system-provided init system (see the openrc-init sub-article). log file, you can always access it and read what i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. On openrc, any daemon you might need runs 100% of the time unless it crashes or you manually stop it. c source 509. The goal is to learn how runit works and to find the most appropriate way of using runit in a home desktop situation. Getting a working s6 init is very easy. Can use runit, openrc, s6, and other init systems. systemd 00:553. OpenRC doesn't attempt to wrest unrelated subsystems like logging, cron (scheduled command execution), dhcp, and dns resolvers - you'll need separate subsystems for those. Oct 31, 2024 · OpenRC — a dependency-based init system for Unix-like systems that maintains compatibility with the system-provided init system (see the openrc-init sub-article). The most important reason people chose runit is: OpenRC, runit, and Dinit are probably your best bets out of the 10 options considered. The default is /etc/sv/${RC_SVCNAME}. Subsequent boot worked as expected. s6-rc will work when s6-svscan runs as process 1 (on Linux, such a setup can be easily achieved via the help of the s6-linux-init i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. As additional context, i'm the maintainer of mdoc(7) ports of the documentation for various parts of the s6 ecosystem, and have also contributed to the Void docs; details on my user page on the Gentoo wiki. PowerShell is a cross-platform (Windows, Linux, and macOS) automation tool and configuration framework optimized for dealing with structured data (e. It runs init scripts and that's about it. Aug 27, 2023 · In the upper left corner is Arch Linux, and throughout is Artix Linux with several init systems. – Added a runit service acpid – seemed worked fine. OpenRC由Gentoo开发者维护,拥有一个活跃的社区和用户群体。社区提供了丰富的文档、教程和支持资源,用户可以方便地获取帮助和解决问题。此外,OpenRC还与其他开源项目紧密合作,如Alpine Linux,共同推动了OpenRC的发展和改进。 Mar 16, 2023 · runit is a ‘frozen’ project, considered complete and bug-free by its author. It's the most modern one and it has lots of functionalities (that 99% of users never use). Apr 1, 2020 · What @Dudemanguy said, copy the openrc binaries to /tmp (pacman -Qql openrc | grep /usr/bin, some are just symlinks), install s6 and replace all openrc packages with the respective s6 ones. Systemd and runit aren't really comparable, since systemd is a system software suite, which includes bootloader, network manager and various utilities, which are rather uncommon in other inits. If you're looking for tech support, /r/Linux4Noobs and /r/linuxquestions are friendly communities that can help you. _____. In the question“What are the best Linux init systems?” runit is ranked 2nd while SysVinit is ranked 5th. Openrc will be the least work and probably the lightest, but its a lot less powerful and modern. Jan 20, 2023 · But again, if you really really want pipewire as a service, just use s6 or Dinit as a init, then you have proper user services and this hack will not be needed. In OpenRC, all messages printed on the screen during boot and shutdown are stored into the /var/log/rc. Find others willing to play Apex Legends. Oct 4, 2024 · /etc/s6/rc. 0 of runit, the runit. In the question“What are the best Linux init systems?” OpenRC is ranked 1st while Dinit is ranked 3rd. Aug 3, 2024 · S6 and dinit are kind of new, documentation and support is sparse. Service OpenRC. In the question“What are the best Linux init systems?” runit is ranked 2nd while systemd is ranked 7th. The future? For antiX it is certainly not with systemd init. Welcome to /r/Linux! This is a community for sharing news about Linux, interesting developments and press. Though the s6 (not s6-rc) docs at the author's site contain a lot of info (including apologetics and rationales) that applies almost equally well to runit There’s no advantage in boot time I can detect if you set openrc to be parallel and build the drivers you need into the kernel. /var/svc. It *might* be with other ‘modern’ alternatives such as S6 and dinit. – Typing now from the new system switched successfully from s6-rc to runit. Nov 30, 2021 · 1. OpenRC is very okay and since it's the official init system for Gentoo, it can be used if you don't care about it. Jan 24, 2022 · Runit and s6 are even faster than OpenRC though. But once you get used to it, runit is great. I might try runit out on my desktop. 21中,给予openrc监管能力。它可以在init脚本中启用,用作启动和监控一个守护进程的监管守护进程。支持一些其他其他守护进程监管器包括runit [13] 和s6 [14] 。 It also combines the features that distinguish runit and openrc from each other: runit is built for process supervision and does that about as simply as anything else out there, but its service management (things like service dependencies and oneshot commands) facilities are nigh‐nonexistent; openrc on the other hand is built for service S6 and s6-rc-based init system — an init system built using components from the s6, s6-rc and s6-linux-init packages OpenRC — システムが提供する init システム と互換性のある、Unix 系システムのための依存関係ベースの init システム ( openrc-init サブ記事 を確認してください)。 supervisor=runit. Jan 4, 2022 · s6 pros: fastest to boot, full featured, a good contender to replace systemd completely. Runit is mostly just an init system. start are executed on bootup and those with *. Jan 4, 2025 · internal, which is only useful inside dinit and is usually used to "gather" lots of dependencies into one big dependency, or similar to "bundle" in s6. When comparing OpenRC vs s6, the Slant community recommends OpenRC for most people. Jan 28, 2017 · There is also a s6-rc software available to use instead of OpenRC but it’s implementation is beyond the scope of this article. OpenRC is a great piece of software, but being RC means it still have to deal with backgrounding and pidfiles and all, which can be considered more complicated than daemontools-style run script (Runit). OpenRC 05:184. OpenRC documentation is way better thanks to gentoo, and the runit implementation on artix is different than void so the void handbook isn't always applicable. openrc cons: not the fastest, but still faster than systemd. ), REST APIs, and object models. My question is under what use cases/circumstances would one init system be preferrable to the others? OpenRC is slower, but easier. The most important reason people chose runit is: When comparing systemd vs s6, the Slant community recommends s6 for most people. Runit is better suited for running for servers/power users. OpenRC. . org/VM Specs:- CPU: 4 cores- RAM: 4096 MiB- HD: 25 GiBAll VMs showed in the video have the same specs. In the question “What are the best Linux init systems?” s6 is ranked 4th while SysVinit is ranked 5th. I use OpenRC and have used s6 and systemd in the past. artixlinux. I think many guessed with the title, I wan't to leave SystemD. Don't make your life harder for the sake of sounding cool because I've tried artix s6 and openrc and sometimes I forget to download packages that add support for them, compared to systemd so I sometimes forget to install the -s6 version or -openrc version and the syntax is so much easier on systemd in my opinion. In the end, everybody wins as there are many other init systems / process supervision suites like s6 and runit (popular in container-space with alpine and smaller distros), openRC (some distros use this), etc etc which serves as a compelling alternative to systemd in microservice world. Free GNU+Linux base OS. There are three types of dependencies: depends-on is hard dependency, so if any service is named here, it must run no matter what before the service is started 监管守护进程(supervise-daemon)首次出现在版本0. In the question“What are the best Linux init systems?” runit is ranked 2nd while Dinit is ranked 3rd. Devuan provides a safe upgrade path from Debian, to ensure the right to Init Freedom and avoid entanglement. It can be used as alternative to sysvinit or systemd, either by itself or alongside OpenRC. s6 12:006. s6-rc-compile, s6-rc-update, and the s6-rc command itself are part of s6-rc. In comparison to systemd or OpenRC both are super simple and super small. i think it’s because openrc is more of your standard init system, not that that makes it bad but it has more features (which are very nice but i would never call it “bloated”), runit is more of a KISS init system while keeping it elegant and not crippling to usability but at the end of the day, if i’m using artix, i just install whichever i’m feeling at the time. Nov 7, 2018 · A mixture of sysvinit, OpenRC, and runit would be a major conglomeration of effort but it would institute a major step forward for an alternative init and service supervision system for Slackware, though doing the hand off from OpenRC to Runit service startup would be quite the interesting part. Nov 19, 2024 · Network management. Edit: When I started using Artix, it was with s6. За OpenRC не топлю, ещё не пользовал ту систему полноценно. `after` and `before` are not very important. The best article explaining why daemontools-style supervisor is better than RC-style is s6 overview. s6 - Forum thread Runit vs S6 vs openRC comments. Dec 12, 2024 · /run/openrc/s6-scan - s6-svscan 's scan directory when using OpenRC's s6 integration feature. The netifrc package provides a collection of modules for configuring and managing network interfaces via individual, per-interface scripts located in the /etc/init. Though that doesn't mean that you're going to get crashes and bugs or something, they're still wonderful pieces of software, but runit and OpenRC are rock solid. S6 and S6-rc is the best one if you have an extreme use case. OpenRC is still in a When comparing runit vs s6, the Slant community recommends runit for most people. Systemd boots faster, but I really prefer OpenRC because of the way configuration works. User services are possible on both but are much more hacky on runit. But if you are worrying that there would be some dangerous messages which you miss because of the speed with which these disappear, don't worry. Interestingly, jesse from DistroWatch is the sysVinit maintainer. May 6, 2020 · OpenRC works great on a desktop system where no service/deamon monitoring is needed (no support for restarting crashed programs out of the box). local - file for executing arbitrary shell commands on bootup (any shell scripts in /etc/local. This diversity reflects the Linux community’s commitment to providing options for varied use cases. The most important reason people chose s6 is: Mar 13, 2022 · There are also the inherent advantages conferred by moving to a smaller code base, which is especially relevant when comparing systemd with OpenRC, runit or s6: less code == less potential for bugs to creep in. s6: Growing adoption in specialized environments for its security features. It listens for programs requesting daemons and only keeps them running for as long as they are needed. Duos, Trios, Ranked, and Arenas! LFG only. "No feature creep" is the primary reason people pick OpenRC over the competition. s6 cons: more complex, bigger learning curve. It also appears that s6 tools can be used with OpenRC or runit. I don't even have a syslog daemon installed, just logrotate for the daemons that either don't play nice with redirecting stdout or when I don't want everything condensed into one log file. Personally I find Artix w/ runit best for me for my personal use case. Но узнал, что runit уже много лет не поддерживается, так что этот вариант отпал. connman or netifrc), a text editor and any other software that you consider vital. Runit — lightweight process supervision suite, originally inspired by daemontools-inspired that offers fast and reliable service management. In the question“What are the best Linux init systems?” OpenRC is ranked 1st while s6 is ranked 4th. This is no good. Just for sake of completeness, openrc supports service supervision too. See here. stop are executed on shutdown) /etc/s6/skel - contains the default startup/shutdown scripts that come with artix linux /etc/s6/sv - default directory for script packages from Artix Dec 27, 2024 · runit is lightweight process supervision suite, originally inspired by daemontools-inspired that offers fast and reliable service management. Booting time and memory use, Arch Linux and Artix Linux with What is the difference between dinit, openrc, runit and s6? Hi all. The most important reason people chose OpenRC is: Apr 14, 2023 · Gentoo offers OpenRC with sysVinit as the default init system as I understand. OpenRC doesn't monitor services after they're started or put them in separate cgroups. I When comparing s6 vs Dinit, the Slant community recommends Dinit for most people. The article is about s6, but it also i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. For testing, I also use other init systems in QEMU. Another very good init system is runit. This is like the Gnome vs KDE war, which also have opposed philosophies. When comparing SysVinit vs OpenRC, the Slant community recommends OpenRC for most people. Currently, I'm using 66 on both of my computers, since I'm currently a 66 maintainer for Artix. runit vs. The post consists of several ‘chapters’ each written in markdown and copied into this itsFOSS topic as a series of separate replies. It is an insult to s6 to say the least. Probably S6, though you'll likely be writing a large portion of the init scripts yourself. . Dec 14, 2023 · This post reports investigations into how runit is implemented in various Linux distributions. Once i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. Usage Process supervision. This page is powered by a knowledgeable community that helps you make an informed decision. Of course, s6-rc requires a s6 supervision tree to be running on the system, since it delegates the management of longrun services to that supervision tree, but it does not require that s6 be the init system itself. It uses only two runlevels, the normal default and single for recovery, although more can be added. I guess, Systemd might be easier to configure (you do a lot with few CLI commands), but I think the overview with my scripts is better. I run OpenRC with Gentoo (PC i5 gen3) and Systemd on Arch (Laptop i3 gen1). If you're new to the non-systemd world, I'd recommend OpenRC if you want a "just works" system and runit if you want to get a taste of a more scripting-heavy (though still easy to use) system. In the question“What are the best Linux init systems?” OpenRC is ranked 1st while runit is ranked 2nd. Also, Void doesn't ship with OpenRC and there are more init systems which are arguably better than both aforementioned. A quick search showed me that people may be leaning a bit more towards Openrc than the others. Runit is simpler. runit 08:355. First -Rdd openrc and netifrc, -S s6 and finally the scripts: There's nothing like an ignorant beginner to stir sh* between the uniformity zealots (the systemd gang) and the diversity zealots (the s6 and runit gang). It was created with the intention of providing a portable init system with dependency management, that was functionally superior to many extant inits. Devuan is a fork of Debian without systemd. S6 does monitor these, but runs as PID 1 which is sometimes considered to be a security risk. The prerequisites that need to be compiled and installed are skalibs, execline, s6-portable-utils, s6-linux-utils, and s6 all of which can be obtained from the s6 website. Nov 12, 2023 · runit is pretty nice and simple, but soystemd is the easiest to administer, by far. Since then, it has gr Aug 13, 2024 · In the world of Linux, the debate over init systems has sparked heated discussions, often referred to as "flame wars. sysVinit still gets some bug fixes (mostly minor). It has objective advantages over both OpenRC and Runit (those two cover nonoverlapping functionality; s6-rc/s6 and Dinit cover everything) and subjective advantages over s6-rc/s6 (many would argue it's easier to use — the tradeoff in that case, if any, is one of theoretical purity, transparency, and When comparing OpenRC vs runit, the Slant community recommends OpenRC for most people. In the question “What are the best Linux init systems?” OpenRC is ranked 1st while runit is ranked 2nd. For the past year, I've been using runit, and never ever has my system been starting faster! Openrc is quite good. When comparing systemd vs OpenRC, the Slant community recommends OpenRC for most people. Apr 13, 2023 · i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. d/foo, you will need to create the same runit service in /etc/sv/foo. d suffixed with *. In the question“What are the best Linux init systems?” OpenRC is ranked 1st while SysVinit is ranked 5th. The most important reason people chose runit is: Of the two I have experience with, runit is simpler and thus easier to get the hang of than s6-rc/s6. but the developer compiled them for openrc and against systemd. For more in-depth information about the process supervision aspects of s6, see daemontools-encore Apr 13, 2023 · i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. openrc pros: balanaced, lightweight, and optional service supervision, adopted in many distros so has a lot of support. runit has a significant and visible perfomance difference especially in void linux. Artix: Think Arch linux, just minus SystemD. Jul 8, 2022 · mariadb-openrc; mariadb-dinit; mariadb-runit; mariadb-s6; Installing the one for your particular supervisor will install the appropriate scripts plus the base mariadb package. But that's only from my experience. My advice would be to get your hands on Linux from scratch to learn about your system. Visit /r/ApexLegends for . the distro you are using have the same packages designed for systemd. I just want the best possible performance(and stability) that I can get on my aging AMD/8GB RAM machine. The most important reason people chose OpenRC is: The way artix has approached s6 is trying to reduce it to runit and make it work like runit basically to provide compatibility with the remaining artix. OpenRC can be used with one of several network managers or even with none, see /etc/conf. Of the ones I tried so far (System V, that other old one, OpenRC, SystemD) I found OpenRC the most easy to understand and maintain, while also being flexible. The most important reason people chose Dinit is: runit. Openrc vs runit vs s6 vs systemd whats best for a linux gamer? Or does it matter? upvotes OpenRC is basically just a bunch of bash scripts, so you can do whatever you like in them. OpenRC would technically be the one with the biggest community behind it because it is gentoo's init and it used to be Artix's default, but runit is also the default init of other distros like Void. Jun 17, 2023 · The s6-log utility is one of the reasons I love s6. JSON, CSV, XML, etc. Nov 13, 2022 · That's something only konimex can answer for sure, but AFAIK, the service folder location was renamed so it'd be more consistent with OpenRC (/run/openrc = /run/runit). That's how I start pipewire right now. Later 66 was added, so I switched init to 66. In the question“What are the best Linux init systems?” s6 is ranked 4th while systemd is ranked 7th. Feb 1, 2024 · – Rebooted with runit init – Reboot function did not seem to work from desktop-session-exit. All seems working fine. https://www. It is actually a collection of six utilities: runit-inited starts the kernel; runit-init manages the booted system; sv starts, stops, and adds services; svlogd sets up and Beginning with OpenRC-0. probably s6-rc or runit. Aug 23, 2018 · Runit vs OpenRC 23 August 2018, 23:22:30. Systemd and openrc are cool. Systemd can manage daemons via socket activation. This is the path to the runit service you wish to control via OpenRC. c source is 274 lines of code, the runsv. Documenting s6 in detail is beyond the scope of this guide. i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. Feb 21, 2018 · I've installed Void Linux on my laptop (musl variant), and I have to say So far runit has been an excellent. 0. In contrast to systemd, runit is designed as a minimal system. The most important reason people chose OpenRC is: Jan 8, 2022 · s6-rc is service manager: it orders initialization (since s6 alone doesn't do dependency management) and takes care of one time tasks. For OpenRC the man pages include a good starter guide: When comparing SysVinit vs runit, the Slant community recommends runit for most people. s6 is not supported, but can be used as well from what I gathered from the wiki. OpenRC allows you to configure `need`, `want`, `after`, and `before`. I made a hybrid Devuan + Debian system with openrc and it was a far better experience than systemd. : Zucca:. In the question“What are the best Linux init systems?” runit is ranked 2nd while s6 is ranked 4th. Use Default start Nov 25, 2024 · OpenRC: Expanding flexibility while maintaining simplicity. At your convenience, I also recommended reading some of my other answers related to this question: An Ask Ubuntu question about Systemd and WSL On openrc, any daemon you might need runs 100% of the time unless it crashes or you manually stop it. Without `want` directive, there is going to be a lot of hassle. Apr 14, 2023 · i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. Jun 13, 2020 · I have tried s6, runit, and openrc. Denshi compares the performance of various init systems on Linux. Theoretical, granted, but still a factor. Never came in contact with S6, can't say. 16, we support using the s6 supervision suite from Skarnet Software in place of start-stop-daemon for monitoring daemons [1]. Feb 1, 2024 · Runit and OpenRC are well established and reliable, most services already exist in the repos (likewise for other inits) so it's unlikely you will need to write your own services unless you find something really obscure or write your own apps. r/ApexLFG. Contents Introduction How runit works When comparing SysVinit vs s6, the Slant community recommends s6 for most people. g. Runit is faster than openrc but a little bit hackier . The most important reason people chose runit is: When comparing runit vs Dinit, the Slant community recommends runit for most people. This means that for an OpenRC service /etc/init. May 13, 2017 · Dinit is a service supervisor with dependency support which can also act as the system "init" program. On the other hand, if dinit already has more features than you need then I doubt s6 will suit you. c source contains 330 lines of code; the runsvdir. Jul 6, 2023 · Artix Linux is a fast and easy to use Arch Linux-based distribution. When comparing OpenRC vs Dinit, the Slant community recommends OpenRC for most people. OpenRC still retains /etc/inittab which is The only real tradeoff is that Dinit is the newest and thus least established of the four. It will document how to set up OpenRC services to communicate with s6. Also note that runit provides supervision but not nontrivial service management, openrc provides service management but traditionally relies on sysvinit for supervision (though idk the details of artix' implementation), and s6 provides both (s6 for supervision and s6 for sv‐mgmt). For the past year, I've been using runit, and never ever has my system been starting faster! OpenRC はUnix系 この機能はinitスクリプト中でデーモンの開始とモニタリングのために有効化される。runit [13] やs6 [14] I used Arch before, now I'm in Fedora rawhide, any thoughts about Artix Linux? And openrc vs. i think you need to learn how linux works. " These discussions revolve around different approaches to system initialization and service management, with Systemd, SysVinit, runit, and OpenRC being the key players. s6 And I'm giving both the OpenRC and runit versions a download. s6 Openrc is quite good. The second variable you need is runit_service. Im new to linux and want to understand what means theese words and whats better for my little monster(I try to run linux on thinkpad 8 because windows 10 works too slow and also i want to have new experience becauce never touched linux before). Runit is also supported. In the question“What are the best Linux init systems?” OpenRC is ranked 1st while systemd is ranked 7th. It started as a version of Arch Linux without SystemD around 2017. It is like taking a Ferrari, cutting it to make a station wagon and use it for grocery shopping. Openrc vs runit vs s6 vs suite66 pros/cons upvotes EXT4 vs BTRFS upvotes i've used all three: runit and s6+66 on Void, OpenRC on Gentoo. That said I use SystemD now, because most distros do. Jul 23, 2022 · Раньше выбирал runit из-за наличия rsm. Apr 14, 2023 · Gentoo offers OpenRC with sysVinit as the default init system as I understand. iwrrch lnghg gopmbn drcno ouyk txpj zbhge cdvww sew hxw