Commit 4534ca31 authored by Michael Shigorin's avatar Michael Shigorin

init: improve systemd debug facilities

The "best" "feature" of systemd "init system" has just emerged once again: it will happily sit there idling given startup or shutdown loops resulting in what looks like a hang to an unsuspecting user; let's provide the suspecting one with at least some tools described at http://www.freedesktop.org/wiki/Software/systemd/Debugging
parent 80448ae1
......@@ -22,5 +22,10 @@ use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd)
@$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty)
# http://www.freedesktop.org/wiki/Software/systemd/Debugging
use/init/systemd/debug: use/init/systemd use/services
@$(call add,THE_PACKAGES,systemd-shutdown-debug-script)
@$(call add,SERVICES_ENABLE,debug-shell)
@$(call add,STAGE2_BOOTARGS,systemd.log_level=debug)
@$(call add,STAGE2_BOOTARGS,systemd.log_target=kmsg)
@$(call add,STAGE2_BOOTARGS,log_buf_len=1M enforcing=0)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment