diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-31 00:19:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-31 00:48:20 +0100 |
commit | 630d4e14083fc3798b757604eb2055822b77608b (patch) | |
tree | c921401cdfc85c8585e3b65f84444b0afc7054d4 /man/systemd-suspend.service.xml | |
parent | f8a2ebbc503c23210300ade56c1fb71c85c40a59 (diff) |
man: explain a bit more detailed what happens on suspend
Diffstat (limited to 'man/systemd-suspend.service.xml')
-rw-r--r-- | man/systemd-suspend.service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index b9464c8826..9b8bad4791 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 "<literal>systemctl suspend</literal>" or similar.</para> + + <para>Internally, this service will echo a string like + <literal>mem</literal> into + <filename>/sys/power/state</filename>, to trigger the + actual system suspend.</para> </refsect1> <refsect1> |