diff options
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index fe230daf..c8078dd3 100644 --- a/init/init.c +++ b/init/init.c @@ -138,7 +138,7 @@ main (int argc, char **argv) sa.sa_flags |= SA_RESTART; sigaction (SIGCHLD, &sa, NULL); - char *args[] = { "/etc/hurd/runsystem.hurd", NULL }; + char *args[] = { "/libexec/runsystem.hurd", NULL }; switch (child_pid = fork ()) { |