Introducing /run
Introducing /run
Posted Mar 30, 2011 17:21 UTC (Wed) by rwmj (guest, #5474)In reply to: Introducing /run by ovitters
Parent article: Introducing /run
It's true that systemd replaces shell init scripts with C, and it's at least arguable that the C code will be more buggy than the shell scripts.
The question though is whether it matters that the shell scripts are replaced with C.
After all, you weren't really supposed to edit those init scripts, and they were written in a highly formulaic variety of shell with lots of canned functions. It was very easy to make mistakes in those shell scripts, and keeping them all up to date with the latest LSB/init standards was a constant battle.
Instead of editing those shell scripts, you should use /etc/sysconfig to make changes to how daemons start up.
Furthermore, systemd AIUI can use init scripts if you want to.
