Conversation
Notices
-
What bothers me about #systemd is that, for anything non-trivial, you will need a bash script for ExecStart and ExecStop actions. !Archlinux
-
@neildarlow What bothers me about systemd is that it fails to properly shut down my system roughly half the time, getting stuck at "reached target state shutdown". I never had any of these silly problems before I "upgraded" to systemd. Stuff just worked.
-
@omni You could do a lot by simple ordering of your DAEMONS line in initscripts. #systemd has brought complexity and breakage. !Archlinux
-
@neildarlow I've completely stopped using initscript daemons and transferred everything over to systemd. I need to figure out why it is failing. The annoying thing is that it only fails roughly half the time, and shuts down cleanly as it should the other half of the time =/
Tuesday, 20-Nov-12 12:07:07 UTC from web-
@omni journalctl and following the logging of process shutdown should give you some clue as to which processes aren't terminating cleanly.
-
-
-
-