diff options
Diffstat (limited to 'src/lib/source/system/other/dmesg-srv/run')
| -rw-r--r-- | src/lib/source/system/other/dmesg-srv/run | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/source/system/other/dmesg-srv/run b/src/lib/source/system/other/dmesg-srv/run new file mode 100644 index 0000000..18beb07 --- /dev/null +++ b/src/lib/source/system/other/dmesg-srv/run @@ -0,0 +1,10 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://skarnet.org/software/s6/ + +fdmove -c 2 1 + +redirfd -r 0 /proc/kmsg + +ucspilogd |
