summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/apmd.810
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8
index 70ff1b9..10cc6fd 100644
--- a/usr.sbin/apmd/apmd.8
+++ b/usr.sbin/apmd/apmd.8
@@ -252,7 +252,7 @@ STANDBY state instead.
Sample configuration commands include:
.Bd -literal
apm_event SUSPENDREQ {
- exec "/etc/rc.suspend";
+ exec "/etc/rc.suspend apm suspend";
}
apm_event USERSUSPENDREQ {
@@ -261,8 +261,12 @@ apm_event USERSUSPENDREQ {
exec "apm -z";
}
-apm_event NORMRESUME, STANDBYRESUME {
- exec "/etc/rc.resume";
+apm_event NORMRESUME {
+ exec "/etc/rc.resume apm suspend";
+}
+
+apm_event STANDBYRESUME {
+ exec "/etc/rc.resume apm standby";
}
# resume event configuration for serial mouse users by
OpenPOWER on IntegriCloud