# sinit **Repository Path**: 8ox86/sinit ## Basic Information - **Project Name**: sinit - **Description**: fork of sinit (suckless init) http://git.suckless.org/sinit/ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sinit - suckless init ===================== sinit is a simple init. It was initially based on Rich Felker's minimal init[1]. Why? ---- I wanted to get rid of Busybox init on my toy distro[2]. How? ---- There are 3 signals that sinit will act on. SIGUSR1: powers off the machine. SIGINT: reboots the machine (or alternatively via ctrl-alt-del). SIGCHLD: reap children To see how sinit integrates with the init scripts, then have a look at [3]. [1] https://gist.github.com/rofl0r/6168719 [2] http://git.2f30.org/morpheus/ [3] http://git.2f30.org/ports/tree/fs/