From 630d4e14083fc3798b757604eb2055822b77608b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 31 Oct 2012 00:19:34 +0100 Subject: [PATCH] man: explain a bit more detailed what happens on suspend --- man/systemctl.xml | 18 +++++++++++++++--- man/systemd-suspend.service.xml | 5 +++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 786c2bdfc..31f3b1a90 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1173,17 +1173,29 @@ suspend - Suspend the system. + Suspend the + system. This will trigger activation + of the special + suspend.target + target. hibernate - Hibernate the system. + Hibernate the + system. This will trigger activation + of the special + hibernate.target + target. hybrid-sleep - Hibernate and suspend the system. + Hibernate and suspend + the system. This will trigger + activation of the special + hybrid-sleep.target + target. switch-root [ROOT] [INIT] diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index b9464c882..9b8bad479 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -106,6 +106,11 @@ system sleep states with a command such as "systemctl suspend" or similar. + + Internally, this service will echo a string like + mem into + /sys/power/state, to trigger the + actual system suspend. -- 2.30.2