aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pies.c b/src/pies.c
index 1bce1eb..96e9281 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -2191,4 +2191,5 @@ main (int argc, char **argv)
case ACTION_RELOAD:
pies_reload ();
+ got_alarm = 1;
action = ACTION_CONT;
break;
@@ -2217,4 +2218,10 @@ main (int argc, char **argv)
action = ACTION_CONT;
break;
+
+ case ACTION_POWER:
+ debug (1, ("SIGPWR"));
+ sysvinit_power ();
+ got_alarm = 1;
+ action = ACTION_CONT;
}
if (action == ACTION_CONT)

Return to:

Send suggestions and report system problems to the System administrator.