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
@@ -2192,2 +2192,3 @@ main (int argc, char **argv)
pies_reload ();
+ got_alarm = 1;
action = ACTION_CONT;
@@ -2218,2 +2219,8 @@ main (int argc, char **argv)
break;
+
+ case ACTION_POWER:
+ debug (1, ("SIGPWR"));
+ sysvinit_power ();
+ got_alarm = 1;
+ action = ACTION_CONT;
}

Return to:

Send suggestions and report system problems to the System administrator.