diff --git a/apps/src/init.c b/apps/src/init.c index 01fc6778..a6774a03 100644 --- a/apps/src/init.c +++ b/apps/src/init.c @@ -123,7 +123,7 @@ int main() sleep(2); - if (execv("/sys/config", NULL) < 0) + if (execv("/bin/sym", NULL) < 0) { perror("execv"); return 1;