gamozolabs / init

A super simple /sbin/init for Linux which allows running one and only one program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Incorrect

mmitton opened this issue · comments

Documentation claims "If you connect to :1235 init will send SIGKILL to all processes on the system but itself. This is a measure to allow resetting the system if a binary was uploaded that had issues. This port neither sends or recieves anything, it simply kills upon getting a TCP connection."

Connection to port 1235 actually responds with "Kill command received, sent SIGKILL to all processes\n" if it can.

I was going to say I cannot believe chat didn't catch this, but...