No description
Find a file
2026-01-13 13:52:18 +11:00
examples Fix script execution and duplicate script execution 2026-01-13 12:40:54 +11:00
src Update default INIT_DIRECTORY 2026-01-13 13:34:19 +11:00
.gitignore Initial commit 2026-01-12 23:10:46 +11:00
COPYING Create COPYING 2026-01-12 23:40:30 +11:00
GEMINI.md Update docs to add make 2026-01-13 13:52:18 +11:00
Makefile Create Makefile 2026-01-13 13:47:32 +11:00
README.md Update docs to add make 2026-01-13 13:52:18 +11:00

Simple Init System

A dependency-aware init system that resolves service order and executes them.

Building

make

Usage

  1. Resolve dependencies for a runlevel (e.g., 1):
    bin/solver 1
    
  2. Execute the runlevel:
    bin/main 1
    

Configuration

Example service scripts are located in examples/. Dependencies are declared on the first line of runlevel-specific scripts (e.g., 1.service.sh) using a # prefix followed by the generic script names.