From 331d019eeb1104d4baa6af1d11ad228793b8d97f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 14 Jun 2025 13:32:49 +0000 Subject: Set up configurable policy infrastructure Signed-off-by: Laurent Bercot --- src/s6/service_start.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/s6/service_start.c') diff --git a/src/s6/service_start.c b/src/s6/service_start.c index 4b8c3a6..8e876ea 100644 --- a/src/s6/service_start.c +++ b/src/s6/service_start.c @@ -49,6 +49,7 @@ int service_start (char const *const *argv) newargv[m++] = "-n" ; newargv[m++] = "1" ; } + newargv[m++] = "--" ; } return 0 ; } -- cgit v1.3.1