troglobit / finit

Fast init for Linux. Cookies included
https://troglobit.com/projects/finit/
MIT License
633 stars 63 forks source link

Factor out built-in inetd into a separate process #101

Closed troglobit closed 3 years ago

troglobit commented 6 years ago

The inetd connections were a long running source of bugs due to the complexity in how they are currently integrate in Finit. For v3.2 we should move it all to a separate daemon, similar to how the built-in getty and watchdog work.

troglobit commented 4 years ago

Possibly #137 can solve this.

troglobit commented 3 years ago

First phase in 4.0 is to (re)move all inetd support from Finit core.