aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-04-23 16:31:47 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-04-23 16:31:47 +0000
commit73be315d65b09adf52a39ead6a1ee0ccc8bba62c (patch)
tree11c8f893f9887c48dd99d2ba8a7f4a8e5b390baf
parent0d15a912d307df2bbe9396a2d819596c0d7824bb (diff)
downloads6-73be315d65b09adf52a39ead6a1ee0ccc8bba62c.tar.gz
Add flag-timeout-killpg to the list of known files
-rw-r--r--src/libs6/s6_servicedir_file_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs6/s6_servicedir_file_list.c b/src/libs6/s6_servicedir_file_list.c
index 188b839..bbbb68a 100644
--- a/src/libs6/s6_servicedir_file_list.c
+++ b/src/libs6/s6_servicedir_file_list.c
@@ -9,6 +9,7 @@ static s6_servicedir_desc const s6_servicedir_file_list_[] =
{ .name = "notification-fd", .type = S6_FILETYPE_UINT, .options = 0 },
{ .name = "lock-fd", .type = S6_FILETYPE_UINT, .options = 0 },
{ .name = "timeout-kill", .type = S6_FILETYPE_UINT, .options = 0 },
+ { .name = "flag-timeout-killpg", .type = S6_FILETYPE_EMPTY, .options = 0 },
{ .name = "timeout-finish", .type = S6_FILETYPE_UINT, .options = 0 },
{ .name = "max-death-tally", .type = S6_FILETYPE_UINT, .options = 0 },
{ .name = "down-signal", .type = S6_FILETYPE_NORMAL, .options = 0 },