diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-06-28 10:30:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-06-28 10:30:45 +0000 |
commit | 1f918a696d642a4e995df648400a6bda282357fb (patch) | |
tree | bcd5ed72f62614c257adfb894a3d04336a47bd12 /src/supervision/s6-supervise.c | |
parent | 19caa8b70a411074168ff5316b96cc3d686a9e25 (diff) | |
download | s6-1f918a696d642a4e995df648400a6bda282357fb.tar.xz |
s6-supervise: also closethem() on -x in LASTFINISH for consistency
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/supervision/s6-supervise.c')
-rw-r--r-- | src/supervision/s6-supervise.c | 2 |
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 } } ; |