From a39e6c22d04ce850ba48c1c8c7e610319d370e1f Mon Sep 17 00:00:00 2001 From: PS
Date: Wed, 22 Jul 2026 13:07:30 +0200 Subject: Fix user supervision tree shutdown race condition --- src/lib/service/user/goetia-shutdown/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/service/user/goetia-shutdown') diff --git a/src/lib/service/user/goetia-shutdown/run b/src/lib/service/user/goetia-shutdown/run index e13d016..a8018a6 100755 --- a/src/lib/service/user/goetia-shutdown/run +++ b/src/lib/service/user/goetia-shutdown/run @@ -16,5 +16,5 @@ foreground { s6-rc -l @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/s6-rc -v2 -b -da -t@timeout@ change } -foreground { s6-svc -h @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service/s6-svscan-log } +foreground { s6-svc -d @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service/s6-svscan-log } foreground { s6-svscanctl -t @tmpfsdir@/@usrrundir@/${USER}/${USERTREE}/service } -- cgit v1.2.3