From 1d92d42d2c3a7575cff3fdf0310ffc97d5038bd0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 4 Oct 2024 12:09:53 +0000 Subject: Add flag-newpidns to the servicedir file list Signed-off-by: Laurent Bercot --- src/libs6/s6_servicedir_file_list.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/libs6/s6_servicedir_file_list.c b/src/libs6/s6_servicedir_file_list.c index 6460426..ea6b49b 100644 --- a/src/libs6/s6_servicedir_file_list.c +++ b/src/libs6/s6_servicedir_file_list.c @@ -12,6 +12,7 @@ static s6_servicedir_desc const s6_servicedir_file_list_[] = { .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 }, + { .name = "flag-newpidns", .type = S6_FILETYPE_NORMAL, .options = 0 }, { .name = "template", .type = S6_FILETYPE_DIR, .options = 0 }, { .name = "data", .type = S6_FILETYPE_DIR, .options = 0 }, { .name = "env", .type = S6_FILETYPE_DIR, .options = 0 }, -- cgit v1.3.1