blob: 3d1b0da433699b5d012c1002ade7dea82970bea1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/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
|