=== modified file 'service_scripts/alsa/finish' --- old/service_scripts/alsa/finish 2022-06-27 23:53:55 +0000 +++ new/service_scripts/alsa/finish 2022-06-25 13:31:03 +0000 @@ -12,5 +12,4 @@ } foreground { umount --recursive data/root } foreground { rm -rf ${CONTAINER_TMPFS} } -foreground { sleep .1 } # let logger flush buffers s6-svc -a log # rotate the log === modified file 'service_scripts/generic/finish' --- old/service_scripts/generic/finish 2022-06-27 23:53:55 +0000 +++ new/service_scripts/generic/finish 2022-06-25 13:31:03 +0000 @@ -12,5 +12,4 @@ } foreground { umount --recursive data/root } foreground { rm -rf ${CONTAINER_TMPFS} } -foreground { sleep .1 } # let logger flush buffers s6-svc -a log # rotate the log === modified file 'service_scripts/xsession/finish' --- old/service_scripts/xsession/finish 2022-06-27 23:53:55 +0000 +++ new/service_scripts/xsession/finish 2022-06-25 13:31:03 +0000 @@ -20,5 +20,4 @@ mv ${CONTAINER_TMPFS}/run/uncaught-logs/current data/lastlog } foreground { rm -rf ${CONTAINER_TMPFS} } -foreground { sleep .1 } # let logger flush buffers s6-svc -a log # rotate the log