summaryrefslogtreecommitdiffstats
path: root/sbin/init/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/init/init.c')
-rw-r--r--sbin/init/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 8fd93bd..c19b070 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -646,8 +646,6 @@ single_user(void)
if (Reboot) {
/* Instead of going single user, let's reboot the machine */
sync();
- alarm(2);
- pause();
reboot(howto);
_exit(0);
}
OpenPOWER on IntegriCloud