blob: e7800324f178e74262b2c69a0f5713c9f43864aa (
plain) (
blame)
1
2
3
4
5
6
7
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
|