mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
refactor(rootfs): reorganize file structure and remove unnecessary .gitkeep files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -65,8 +65,8 @@ int main()
|
||||
signal(SIGTERM, HandleSignal);
|
||||
signal(SIGINT, HandleSignal);
|
||||
|
||||
char *shellArgs[] = {"/bin/sh", NULL};
|
||||
StartProcess("/bin/sh", shellArgs);
|
||||
char *shellArgs[] = {"/sys/bin/sh", NULL};
|
||||
StartProcess("/sys/bin/sh", shellArgs);
|
||||
|
||||
// char *dummyServiceArgs[] = {"/usr/bin/dummy_service", NULL};
|
||||
// StartProcess("/usr/bin/dummy_service", dummyServiceArgs);
|
||||
|
Reference in New Issue
Block a user