From 73be315d65b09adf52a39ead6a1ee0ccc8bba62c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Apr 2026 16:31:47 +0000 Subject: Add flag-timeout-killpg to the list of known files --- src/libs6/s6_servicedir_file_list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs6') 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 }, -- cgit v1.3.1