aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysvinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysvinit.c b/src/sysvinit.c
index 695dc5c..46d62c3 100644
--- a/src/sysvinit.c
+++ b/src/sysvinit.c
@@ -478,7 +478,7 @@ sysvinit_set_runlevel (int newlevel)
{
diagmsg (DIAG_ALL, LOG_INFO, "Switching to runlevel: %c", newlevel);
dfl_level = newlevel;
- raise (SIGALRM);
+ pies_schedule_children (PIES_CHLD_WAKEUP);
}
}
return 0;

Return to:

Send suggestions and report system problems to the System administrator.