diff options
| author | Robert Günzler <r@gnzler.io> | 2025-09-22 18:36:58 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-09-22 19:53:54 +0200 |
| commit | 78e1a5e6df2cbd4e4dafb15d18345ab94825e317 (patch) | |
| tree | f2213bfd48209db2741f04de211cef48b73bae97 /run-image/service/s6-svscan-log | |
initial commit
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'run-image/service/s6-svscan-log')
| -rw-r--r-- | run-image/service/s6-svscan-log/notification-fd | 1 | ||||
| -rwxr-xr-x | run-image/service/s6-svscan-log/run | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/run-image/service/s6-svscan-log/notification-fd b/run-image/service/s6-svscan-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/run-image/service/s6-svscan-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/run-image/service/s6-svscan-log/run b/run-image/service/s6-svscan-log/run new file mode 100755 index 0000000..e780032 --- /dev/null +++ b/run-image/service/s6-svscan-log/run @@ -0,0 +1,8 @@ +#!/bin/execlineb -P + +importas -SuD "n2 s2000000 T" LOG_DIRECTIVES + +fdmove -c 1 2 +redirfd -rnb 0 fifo +if { install -d /run/user/1000/uncaught-logs } +s6-log -d3 -bp -- ${LOG_DIRECTIVES} /run/user/1000/uncaught-logs |