diff options
Diffstat (limited to '')
| -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 |