top | item 46870240

(no title)

cbmuser | 26 days ago

SysVInit is abusing runlevel scripts for starting daemons which has always been a hack to be able to resolve dependencies between daemons.

Learning Linux or Unix from scratch shouldn’t include using crude hacks.

discuss

order

its_magic|26 days ago

I'm with you on this. SysVinit is better than systemd, but far from perfect. I don't enjoy tediously maintaining all of those symlinks, and prefer the BSD approach myself.

One project on my distro is a new init that will be much, much simpler than SysV, more like BSD and without all the years of cruft.