diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s6-frontend/live_start_everything.c | 2 | ||||
| -rw-r--r-- | src/s6-frontend/set_apply.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s6-frontend/live_start_everything.c b/src/s6-frontend/live_start_everything.c index a8cf0c2..14289ca 100644 --- a/src/s6-frontend/live_start_everything.c +++ b/src/s6-frontend/live_start_everything.c @@ -46,7 +46,7 @@ void exec_live_start_everything (unsigned int timeout, char const *defbundle, un argv[m++] = g->dirs.live ; argv[m++] = "-b" ; argv[m++] = "--" ; - argv[m++] = "start" ; + argv[m++] = "change" ; argv[m++] = defbundle ; argv[m++] = 0 ; main_exec(argv) ; diff --git a/src/s6-frontend/set_apply.c b/src/s6-frontend/set_apply.c index 85078ec..1bb091e 100644 --- a/src/s6-frontend/set_apply.c +++ b/src/s6-frontend/set_apply.c @@ -137,5 +137,5 @@ void set_apply (char const *const *argv) newargv[m++] = "change" ; newargv[m++] = wgola[GOLA_DEFBUNDLE] ; newargv[m++] = 0 ; - main_exec(argv) ; + main_exec(newargv) ; } |
