From 50c3bba44ffff5c4105648275f36aa64e6a96e02 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 20 May 2020 14:57:02 +0300 Subject: add option to log boot and shutdown to a file --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 292284f..7f99c4c 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -36,7 +36,7 @@ out "Remounting rootfs as readonly"; { mount -o remount,ro / sync -} +} 2>&1 | log run_hook post.shutdown -- cgit v1.2.3