summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-06-28 10:30:45 +0000
committerLaurent Bercot <ska@appnovation.com>2022-06-28 10:30:45 +0000
commit1f918a696d642a4e995df648400a6bda282357fb (patch)
treebcd5ed72f62614c257adfb894a3d04336a47bd12
parent19caa8b70a411074168ff5316b96cc3d686a9e25 (diff)
downloads6-1f918a696d642a4e995df648400a6bda282357fb.tar.xz
s6-supervise: also closethem() on -x in LASTFINISH for consistency
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/supervision/s6-supervise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c
index 55c9c71..60ba85c 100644
--- a/src/supervision/s6-supervise.c
+++ b/src/supervision/s6-supervise.c
@@ -594,7 +594,7 @@ static action_t_ref const actions[5][24] =
&up_o, &up_d, &nop, &closethem, &up_o },
{ &finishtimeout, &lastfinish_z, &nop, &closethem, &bail, &sigint,
&nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop, &nop,
- &nop, &nop, &nop, &nop, &nop }
+ &nop, &nop, &nop, &closethem, &nop }
} ;