From 6cc2b882751bdc1f70520ffd93830357b318a9e5 Mon Sep 17 00:00:00 2001 From: Jonas DOREL Date: Fri, 28 Sep 2018 15:56:48 +0200 Subject: [PATCH] man: add systemctl suspend-then-hibernate (#10194) This commit tries to document the systemctl suspend-then-hibernate documentation in the systemctl(1) manpage. Fixes #10192. --- man/systemctl.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index 2bf20142c0..b16efb8701 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -330,8 +330,8 @@ Just print what would be done. Currently supported by verbs halt, poweroff, reboot, - kexec, suspend, - hibernate, hybrid-sleep, + kexec, suspend, hibernate, + hybrid-sleep, suspend-then-hibernate, default, rescue, emergency, and exit. @@ -1884,6 +1884,17 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err sleep operation is successfully enqueued. It will not wait for the sleep/wake-up cycle to complete. + + + suspend-then-hibernate + + + Suspend the system and hibernate it after the delay specified in systemd-sleep.conf. + This will trigger activation of the special target unit suspend-then-hibernate.target. + This command is asynchronous, and will return after the hybrid sleep operation is successfully enqueued. + It will not wait for the sleep/wake-up or hibernate/thaw cycle to complete. + +