systemd: Use the default log target ("journal-or-kmsg")
This ensures that early systemd messages end up in the journal (via the kmsg buffer).
This commit is contained in:
parent
c59a602465
commit
0d3b3bd01b
|
@ -180,4 +180,4 @@ echo "starting systemd..."
|
||||||
PATH=/run/current-system/systemd/lib/systemd \
|
PATH=/run/current-system/systemd/lib/systemd \
|
||||||
MODULE_DIR=/run/booted-system/kernel-modules/lib/modules \
|
MODULE_DIR=/run/booted-system/kernel-modules/lib/modules \
|
||||||
LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive \
|
LOCALE_ARCHIVE=/run/current-system/sw/lib/locale/locale-archive \
|
||||||
exec systemd --log-target=journal # --log-level=debug --log-target=console --crash-shell
|
exec systemd
|
||||||
|
|
Loading…
Reference in New Issue