mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
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 \
|
||||
MODULE_DIR=/run/booted-system/kernel-modules/lib/modules \
|
||||
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 a new issue