aboutsummaryrefslogtreecommitdiff
path: root/init/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/reboot.c')
-rw-r--r--init/reboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/reboot.c b/init/reboot.c
index a3c0000f1..185152a71 100644
--- a/init/reboot.c
+++ b/init/reboot.c
@@ -39,11 +39,11 @@ extern int reboot_main(int argc, char **argv)
#ifndef CONFIG_INIT
#ifndef RB_AUTOBOOT
-#define RB_AUTOBOOT 0x01234567
+#define RB_AUTOBOOT 0x01234567
#endif
return(bb_shutdown_system(RB_AUTOBOOT));
#else
- return kill_init(SIGUSR2);
+ return kill_init(SIGTERM);
#endif
}