What's your favourite OS that does not use systemd?
What's your favourite OS that does not use systemd?


systemd
cat and GNU cat hugging a Linux cat.
You're viewing a single thread.
I have to write startup scripts time-to-time and I have to say that I don’t miss at all the old init-system.
Not that systemd don’t have flaws, but in old init-system even simplest daemon took too many lines. Not to mention hacky comment definitions.
7 0 ReplyThere's new init systems now.
2 0 Replywhich ones? I wasn't aware there were new ones
1 0 ReplyVoid Linux uses runit, for example. Here's the documentation they provide on how to use it: https://docs.voidlinux.org/config/services/index.html
It only takes 5-10 minutes to read and understand how to manage all your services and write your own. Simple and fast. If only systemd were this easy!
3 0 Replyoh I thought runit was an old init system from before systemd, I guess I shouldn't have assumed that systemd was the latest one because it's everywhere, thanks for the info I'll check it out!
2 0 Reply....you assumed correctly, runit first released 2004, meanwhile systemd released 2010
2 0 ReplySo there aren't any new ones being developed since systemd?
2 0 ReplyI think s6 may be newer
2 0 ReplyDinit and s6 are newer. But i see s6 more in server space (modular, uses a compiled database, complex to use) while Dinit in desktop (simple & flexible).
2 0 Reply
Runit, Dinit, S6 are the hot ones. And OpenRC, but that is only a service manager i believe?
You can try them with Artix, has a flavor of each.
2 0 Reply