Hacker News new | ask | show | jobs
by AsyncAwait 2233 days ago
> I don't like the design of systemd

I feel like many who level this charge have unfortunately never really looked into its design or compared it realistically to what came before, because I can tell you that if I am comparing the ability to write a systemd service in a declarative way and having it working with the same set of commands across all major distros, I'll take that over having shoddy quality bash scripts that vary across distros just slightly enough to annoy and that rely on a patchwork of PID files that is very easy to mess up, I am taking systemd any day of the week.

1 comments

I did all that and I like unit files and all the rest that you mention. But there are little things here and there that suck.
Oh sure. But that's the case with all software I can think of. And there was a lot more of these things in SysVinit than systemd.

I am not saying it's perfect. I am just saying it is generally better than what came before.