Hacker News new | past | comments | ask | show | jobs | submit login

> I’ve got 1400 init scripts my systems, each over 800 lines long, before I switched to systemd

There is something wrong with those numbers. Can you upload them somewhere or let me know what distro it was? I am curious to take a look.

If there is 1400 of them, each over 800 lines long then you have 1.1M lines of init script code, which doesn't seem right.

How many of them did you use daily? All 1400? 5? 10? Because checking sanity of ten of them, even if they are whooping 800+ lines of code (I'll have to see that) can't be compared to over 300K lines of monolithic systemd.




> How many of them did you use daily? All 1400? 5? 10? Because checking sanity of ten of them, even if they are whooping 800+ lines of code (I'll have to see that) can't be compared to over 300K lines of monolithic systemd.

All of them, it was over several servers, running different distros, with similar services, all with similar but slightly different init scripts for the same packages, and all having to interoperate. All scripts from the distro’s packages.

All of them were running daily, and many of them were constantly causing issues.

In fact, I have a single sysvinit script left on my systems, and it’s exactly that one that doesn’t work reliably.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: