diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-14 13:32:49 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-14 13:32:49 +0000 |
| commit | 331d019eeb1104d4baa6af1d11ad228793b8d97f (patch) | |
| tree | 7a9c8142d587844f23a1bde3432a4f7d57ecd2df /src/s6/service_start.c | |
| parent | 7d717a323bbc1558ee7710b3598c681388748652 (diff) | |
| download | s6-frontend-331d019eeb1104d4baa6af1d11ad228793b8d97f.tar.gz | |
Set up configurable policy infrastructure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/s6/service_start.c')
| -rw-r--r-- | src/s6/service_start.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 ; } |
