C init-system

Open-source C projects categorized as init-system

Top 5 C init-system Projects

init-system
  1. tini

    A tiny but valid `init` for containers

    Project mention: Running tests in containers with docker-compose | dev.to | 2024-05-15

    FROM cimg/ruby:2.7.1 ARG TINI_VERSION=v0.19.0 RUN sudo apt-get update -qq \ && sudo apt-get install -yq --no-install-recommends \ libxml2-dev libxslt-dev libtool pkg-config \ libbz2-dev libglib2.0-dev libxml2-dev libxslt-dev cmake \ && sudo apt-get clean \ && sudo rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && sudo truncate -s 0 /var/log/*log ENV BUNDLE_JOBS=4 BUNDLE_RETRY=3 RUN gem update --system && gem install rake bundler --no-document ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/local/bin/tini RUN sudo chmod a+x /usr/local/bin/tini ENTRYPOINT ["/usr/local/bin/tini", "--"]

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. s6

    The s6 supervision suite.

    Project mention: Way too many ways to wait on a child process with a timeout | news.ycombinator.com | 2024-11-11
  4. finit

    Fast init for Linux. Cookies included

  5. InitWare

    The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.

  6. minibase

    small static userspace tools for Linux

  7. SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C init-system discussion

Log in or Post with

C init-system related posts

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

    2 projects | news.ycombinator.com | 11 Nov 2024
  • Running tests in containers with docker-compose

    1 project | dev.to | 15 May 2024
  • Anakin – Automatically Kill Orphans

    2 projects | news.ycombinator.com | 30 Mar 2024
  • OpenRC is a dependency-based init system for Unix-like systems

    3 projects | news.ycombinator.com | 27 Jun 2023
  • 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
  • Which do you use systemd or openrc? Why do you use what you use?

    3 projects | /r/Gentoo | 21 Apr 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source init-system projects in C? This list will help you:

# Project Stars
1 tini 10,087
2 s6 788
3 finit 640
4 InitWare 189
5 minibase 178

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

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