All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Nitro: A Minimal Linux Process Supervisor and Init System

By

todsacerdoti

9mo ago· 4 min readen

Summary

Nitro is a lightweight process supervisor and init system designed for Linux systems. It functions as a minimal alternative to traditional init systems, operating through a directory-based configuration approach where services are defined via scripts in /etc/nitro. The system supports setup scripts that run before services start and run scripts that maintain service execution. It's designed for embedded systems, containers, minimal environments, and as a learning tool for init systems.

Key quotes

· 4 pulled
Nitro is a tiny process supervisor that also can be used as pid 1 on Linux
Nitro is configured by a directory of scripts, defaulting to /etc/nitro
Every directory inside /etc/nitro can contain several files: setup, an optional executable file that is run before the service starts
run, an optional executable file that runs the service; it must not exit as long as the service should be running
Snippet from the RSS feed
Nitro is a tiny process supervisor that also can be used as pid 1 on Linux.

You might also wanna read