1
0
Fork 1
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:
Eelco Dolstra 2014-08-06 13:44:07 +02:00
parent c59a602465
commit 0d3b3bd01b

View file

@ -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