Live data from Hacker News

BusyBox: Life Without Systemd (2018)

busybox.net

1–10 of 37 posts

Re: BusyBox: Life Without Systemd (2018)

#4
I use runit to manage various service groups for projects (e.g. last week, everything I was running at Bornhack camp). It simply does what it needs to do. It can be used in any context and doesn't need to take over the system. I recommend trying it out, especially if you think the complexity of systemd is needed.

Re: BusyBox: Life Without Systemd (2018)

#5
So... you can remove systemd and replace it with a few shell scripts? Isn't this, like, pretty well-known?

Or maybe I didn't get the point of this. It doesn't look to me like this is one of the regular rants against how systemd destroys everything. But I could be wrong about that?

Re: BusyBox: Life Without Systemd (2018)

#7

So... you can remove systemd and replace it with a few shell scripts? Isn't this, like, pretty well-known? Or maybe I didn't get the point of this. It doesn't look to me like this is one of the regular rants against how systemd destroys everything. But I could be wrong about that?

Busybox is designed for extremely minimalist and embedded use cases, so they have a legitimate reason for avoiding systemd as a dependency.

Re: BusyBox: Life Without Systemd (2018)

#9
post #6

[flagged]

There are lot of things that are bizarrely still hard in 2024.

Formatting floating points as strings with maximum precision, for example.

I sometimes find myself rooting for another AI winter so that more talented computer scientists have nothing better to do than to go back and clean up these messes

Re: BusyBox: Life Without Systemd (2018)

#10
post #7

So... you can remove systemd and replace it with a few shell scripts? Isn't this, like, pretty well-known? Or maybe I didn't get the point of this. It doesn't look to me like this is one of the regular rants against how systemd destroys everything. But I could be wrong about that?

Busybox is designed for extremely minimalist and embedded use cases, so they have a legitimate reason for avoiding systemd as a dependency.

I made a small busybox based statically compiled distro which used busybox init, busybox init is basically just a bunch of shell scripts
Post reply on HN