diff options
author | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-02-03 18:11:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-03 12:11:37 -0500 |
commit | 63927b9f4ce538cd4e730bff53fae2381df48e9e (patch) | |
tree | a3fbfe68a1dc99be46491e92db2ea267ca095563 /man/systemd-suspend.service.xml | |
parent | d201d90838bd041b7fad5fce79861d0e5273e84e (diff) | |
download | systemd-63927b9f4ce538cd4e730bff53fae2381df48e9e.tar.gz |
man: clarify interface for suspend/resume integration (#5220)
Fixes #4916.
Diffstat (limited to 'man/systemd-suspend.service.xml')
-rw-r--r-- | man/systemd-suspend.service.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index a8beb86f4d..c7733f2885 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -89,8 +89,10 @@ <para>Note that scripts or binaries dropped in <filename>/usr/lib/systemd/system-sleep/</filename> are intended for local use only and should be considered hacks. If applications - want to be notified of system suspend/hibernation and resume, - there are much nicer interfaces available.</para> + want to react to system suspend/hibernation and resume, + they should rather use the <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor + interface</ulink>.</para> <para>Note that <filename>systemd-suspend.service</filename>, |