Debugging?
Debugging?
Posted Nov 21, 2010 4:12 UTC (Sun) by foom (subscriber, #14868)In reply to: Debugging? by quotemstr
Parent article: systemd v12 released
No, my point was that most of the problems I've had have been because of all the duplicate crud in init.d shell scripts which have been copied incorrectly while being cargo-culted from program to program. So, my problems won't have a chance to happen, because the description of how to manage a daemon in systemd is so much shorter and harder to screw up.
Obviously it's possible to have other kinds of problems too...If you want to call sleep 1 before starting a daemon there's nothing stopping you from replacing the start command-line with a shell script that calls sleep 1 before starting the daemon. Even in systemd that should work...
