blob: b6bbe259690c82f7a6a9da40d8ab02dafa52f7b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/execlineb -P
importas -S -D "/run" XDG_RUNTIME_DIR
fdmove -c 1 2
redirfd -rnb 0 fifo
if { install -d ${XDG_RUNTIME_DIR}/log/uncaught-logs }
exec s6-log -d3 -bp -- n2 s2000000 T ${XDG_RUNTIME_DIR}/log/uncaught-logs
|