troglobit / finit

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

FreeBSD supported #410

Closed zoujiaqing closed 2 months ago

zoujiaqing commented 2 months ago

FreeBSD does not have systemd, can finit be used as init system?

troglobit commented 2 months ago

Finit will likely never be ported to any *BSD UNIX, it is quite small and more or less hard coded to Linux APIs.

But if you are on FreeBSD, I think you may want to have a look at https://github.com/InitWare/InitWare, which is a fork of systemd for FreeBSD.