OpenRC is a dependency-based init system for Unix-like systems

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. s6

    The s6 supervision suite.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. openrc

    The OpenRC init system

    > It's also not a complete alternative, because it doesn't have anything for user session services like `systemd --user`.

    i am working on a implementation of that for openrc for a while now, it's been working nicely so far: https://github.com/OpenRC/openrc/pull/573

  4. Nagios

    Nagios Core

    I've used this opportunity to look at some recent init files.

    Here's one of the first I stumbled upon.

    https://github.com/NagiosEnterprises/nagioscore/blob/master/...

    It's 288 lines long; the LSB dependency nonsense is 8 lines of that.

    Then I looked up one for Postgres;

    https://wiki.postgresql.org/wiki/Lsb_conforming_init_script

    This one is a whooping 356 lines long, LSB is again about 10 lines long, depending whether you count the header or not.

    I don't think the "LSB dependency" argument holds water.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Way too many ways to wait on a child process with a timeout

    2 projects | news.ycombinator.com | 11 Nov 2024
  • are there any good reasons for me to avoid systemd

    2 projects | /r/linuxquestions | 5 Jun 2023
  • A discussion about the Ultimate Linux Desktop

    5 projects | /r/linuxmasterrace | 13 May 2023
  • init software: What's the difference?

    1 project | /r/artixlinux | 14 Apr 2023
  • What do you guys think about this?

    2 projects | /r/linuxmasterrace | 18 Mar 2023

Did you know that C is
the 6th most popular programming language
based on number of references?