summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-10-04 12:12:13 +0000
committerLaurent Bercot <ska@appnovation.com>2024-10-04 12:12:13 +0000
commit7ea129564e5df90963fe0d3302dd3244050fa3af (patch)
treec4d94fd5f3ef76b5a3c918851969b7613a642f13 /src
parentec28a906ce1b412964f642bc8147a768e1624ba2 (diff)
downloads6-rc-7ea129564e5df90963fe0d3302dd3244050fa3af.tar.xz
Support flag-newpidns
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r--src/libs6rc/s6rc_servicedir_internal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs6rc/s6rc_servicedir_internal.c b/src/libs6rc/s6rc_servicedir_internal.c
index 3735f2b..f52d776 100644
--- a/src/libs6rc/s6rc_servicedir_internal.c
+++ b/src/libs6rc/s6rc_servicedir_internal.c
@@ -24,6 +24,7 @@ static s6_servicedir_desc const svdir_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_EMPTY, .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 },