From 3436ed5b69bc5488439458c08b7073f5894acb48 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 16 Mar 2020 13:17:27 +0000 Subject: Use s6-sudod -d in runleveld --- src/init/s6-linux-init-maker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init/s6-linux-init-maker.c b/src/init/s6-linux-init-maker.c index 33c9b51..d6768da 100644 --- a/src/init/s6-linux-init-maker.c +++ b/src/init/s6-linux-init-maker.c @@ -211,7 +211,7 @@ static int runleveld_script (buffer *b, char const *data) EXECLINE_EXTBINPREFIX "fdmove -c 2 1\n" EXECLINE_EXTBINPREFIX "fdmove 1 3\n" S6_EXTBINPREFIX "s6-ipcserver -1 -a 0700 -c 1 -- " RUNLEVELD_SOCKET "\n" - S6_EXTBINPREFIX "s6-sudod -0 -1 -2 -t 30000 --\n") < 0 + S6_EXTBINPREFIX "s6-sudod -dt30000 --\n") < 0 || !string_quote(&satmp, robase, strlen(robase))) return 0 ; if (buffer_put(b, satmp.s + sabase, satmp.len - sabase) < 0) goto err ; satmp.len = sabase ; -- cgit v1.2.3