=== modified file 'xsession-skel/home/ccx/run/init' --- old/xsession-skel/home/ccx/run/init 2021-01-11 01:57:48 +0000 +++ new/xsession-skel/home/ccx/run/init 2021-01-07 14:25:02 +0000 @@ -6,9 +6,13 @@ umask 022 if { s6-echo -n -- "\n* user container init: " } foreground { uname -n } +# if { s6-mount -nwt tmpfs -o mode=0755 tmpfs "/run" } +#foreground { rm -rf /run/service /run/s6-rc } +#if { strace s6-hiercopy "/home/ccx/run/s6-linux-init"/run-image "/run" } +#if { s6-hiercopy "/home/ccx/run/s6-linux-init"/run-image/service "/run"/service } +#if { s6-hiercopy "/home/ccx/run/s6-linux-init"/run-image/uncaught-logs "/run"/uncaught-logs } s6-envdir -I -- "/home/ccx/run/"/env redirfd -r 0 /dev/null -if { mkfifo "/run"/service/s6-svscan-log/fifo } redirfd -wnb 1 "/run"/service/s6-svscan-log/fifo background { === modified file 'xsession-skel/run/service/s6-svscan-log/run' --- old/xsession-skel/run/service/s6-svscan-log/run 2021-01-11 01:57:48 +0000 +++ new/xsession-skel/run/service/s6-svscan-log/run 2019-05-30 00:37:48 +0000 @@ -1,5 +1,6 @@ #!/bin/execlineb -P -if { test -p fifo } + +#redirfd -w 2 /dev/console +#redirfd -w 1 /dev/null redirfd -rnb 0 fifo -fdblock 0 s6-log -b -- t "/run"/uncaught-logs