summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-06 13:44:07 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-06 14:15:12 +0200
commit0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6 (patch)
tree4fee52c9f921e0067ea63010ae23cf3c812d9866 /nixos/modules/system/boot/stage-2-init.sh
parentc59a602465aba4be3980d4f029456999bc820e7b (diff)
downloadnixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar.gz
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar.bz2
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar.lz
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar.xz
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.tar.zst
nixpkgs-0d3b3bd01bb4dc89fef477920afaf3c8e56dfde6.zip
systemd: Use the default log target ("journal-or-kmsg")
This ensures that early systemd messages end up in the journal (via
the kmsg buffer).
Diffstat (limited to 'nixos/modules/system/boot/stage-2-init.sh')
-rw-r--r--nixos/modules/system/boot/stage-2-init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/stage-2-init.sh b/nixos/modules/system/boot/stage-2-init.sh
index bfc3c9b5da3..fcefdfa88a3 100644
--- a/nixos/modules/system/boot/stage-2-init.sh
+++ b/nixos/modules/system/boot/stage-2-init.sh
@@ -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