From 5c4ee6c496c49222ec3678373a6f3e2d2f296f42 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Sep 2025 21:07:35 +0200 Subject: fixup catch-all logger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- run-image/service/s6-svscan-log/run | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'run-image/service/s6-svscan-log') diff --git a/run-image/service/s6-svscan-log/run b/run-image/service/s6-svscan-log/run index 3d1b0da..b6bbe25 100755 --- a/run-image/service/s6-svscan-log/run +++ b/run-image/service/s6-svscan-log/run @@ -1,9 +1,8 @@ #!/bin/execlineb -P importas -S -D "/run" XDG_RUNTIME_DIR -importas -SCuD "n2 s2000000 T" LOG_DIRECTIVES fdmove -c 1 2 redirfd -rnb 0 fifo -if { install -d ${XDG_RUNTIME_DIR}/uncaught-logs } -s6-log -d3 -bp -- ${LOG_DIRECTIVES} ${XDG_RUNTIME_DIR}/uncaught-logs +if { install -d ${XDG_RUNTIME_DIR}/log/uncaught-logs } +exec s6-log -d3 -bp -- n2 s2000000 T ${XDG_RUNTIME_DIR}/log/uncaught-logs -- cgit 1.4.1