about summary refs log tree commit diff
path: root/3
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-09-05 19:19:38 +0200
committerLeah Neukirchen <chneukirchen@gmail.com>2019-09-06 14:40:42 +0200
commit6e355b9c6567363eff97940ba94c3e086028435c (patch)
tree5d7e5a7089ba93fc9732f502aa1722486e2b95cc /3
parent8045334f08798ea91e25875539efb3b430ed3e99 (diff)
downloadrunit-void-6e355b9c6567363eff97940ba94c3e086028435c.tar.gz
runit-void-6e355b9c6567363eff97940ba94c3e086028435c.tar.xz
runit-void-6e355b9c6567363eff97940ba94c3e086028435c.zip
core-services/05-misc.sh: log boot in wtmp
Diffstat (limited to '3')
-rwxr-xr-x32
1 files changed, 1 insertions, 1 deletions
diff --git a/3 b/3
index 20d7c99..7945490 100755
--- a/3
+++ b/3
@@ -27,7 +27,7 @@ if [ -z "$VIRTUALIZATION" -a -n "$HARDWARECLOCK" ]; then
     hwclock --systohc ${HARDWARECLOCK:+--$(echo $HARDWARECLOCK |tr A-Z a-z)}
 fi
 
-halt -w  # for utmp
+halt -w  # for wtmp
 
 if [ -z "$VIRTUALIZATION" ]; then
     msg "Stopping udev..."