summaryrefslogtreecommitdiff
path: root/src/libs6
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-10-04 12:09:53 +0000
committerLaurent Bercot <ska@appnovation.com>2024-10-04 12:09:53 +0000
commit1d92d42d2c3a7575cff3fdf0310ffc97d5038bd0 (patch)
treee5a36b4887ccfd3b0517c0ef8b4d8ca22d9cc3a8 /src/libs6
parentd79aff186f7309df1c1f6c0dc8a58fe79c49cab9 (diff)
downloads6-1d92d42d2c3a7575cff3fdf0310ffc97d5038bd0.tar.xz
Add flag-newpidns to the servicedir file list
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6')
-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 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 },