minit.8 (679B)
1 . 2 .TH "MINIT" "8" "February 2020" "Cem Keylan" "Init System Manual" 3 . 4 .SH "NAME" 5 \fBminit\fR \- mini init daemon 6 . 7 .SH "DESCRIPTION" 8 minit is an init daemon with simple halting capabilities. It only runs as pid 1, and listens for signals upon being started. 9 . 10 .SH "SIGNAL HANDLING" 11 minit will respond to the following signals: 12 . 13 .P 14 USR1 \- Runs the compiled poweroff function 15 . 16 .P 17 INT \- Runs the compiled reboot function 18 . 19 .P 20 USR2 \- Requests poweroff from the kernel (Halts) 21 . 22 .P 23 QUIT \- Requests reboot from the kernel (Halts) 24 . 25 .SH "AUTHORS" 26 Cem Keylan \- <\fIcem@ckyln.com\fR> 27 . 28 .SH "BUGS" 29 If you encounter any bugs, please report them\. 30 . 31 .SH "SEE ALSO" 32 sinit(8), getty(8)