As vodz noticed, I screwed up reboot
This commit is contained in:
parent
340aa1cb3f
commit
4c6c236781
@ -43,7 +43,7 @@ extern int reboot_main(int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
return(bb_shutdown_system(RB_AUTOBOOT));
|
return(bb_shutdown_system(RB_AUTOBOOT));
|
||||||
#else
|
#else
|
||||||
return kill_init(SIGUSR2);
|
return kill_init(SIGTERM);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user