diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-22 21:07:35 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-22 21:07:46 +0200 |
| commit | 5c4ee6c496c49222ec3678373a6f3e2d2f296f42 (patch) | |
| tree | 0ee930742c30ed2b3cd82e441e3f714ce8c15920 /run-image/service | |
| parent | afb3e8f76ea0885ea4ecf0c1801027a60bffced0 (diff) | |
fixup catch-all logger
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'run-image/service')
| -rwxr-xr-x | run-image/service/s6-svscan-log/run | 5 |
1 files changed, 2 insertions, 3 deletions
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 |