diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-03-10 15:44:02 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-03-10 17:13:19 +0100 |
commit | edec55ea614822707163dd9cb0fab9467bf0f51e (patch) | |
tree | c5f6cfd85211ad35103782cbf55020f31de2587a /man/systemd-hibernate-resume-generator.xml | |
parent | mkosi: fix typo (diff) | |
download | systemd-edec55ea614822707163dd9cb0fab9467bf0f51e.tar.xz systemd-edec55ea614822707163dd9cb0fab9467bf0f51e.zip |
man/systemd-hibernate-resume: generator now enables rather than creates the service
Follow-up for a628d933cc67cc8b183dc809ba1451aa5b2996e5
Diffstat (limited to 'man/systemd-hibernate-resume-generator.xml')
-rw-r--r-- | man/systemd-hibernate-resume-generator.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man/systemd-hibernate-resume-generator.xml b/man/systemd-hibernate-resume-generator.xml index 6de5c19b51..5adc14ee00 100644 --- a/man/systemd-hibernate-resume-generator.xml +++ b/man/systemd-hibernate-resume-generator.xml @@ -28,14 +28,11 @@ <refsect1> <title>Description</title> - <para><command>systemd-hibernate-resume-generator</command> is a - generator that initiates the procedure to resume the system from hibernation. - It creates the + <para><command>systemd-hibernate-resume-generator</command> is a generator that initiates the procedure + to resume the system from hibernation. When <option>resume=</option> kernel command line option or + <varname>HibernateLocation</varname> EFI variable is detected, it enables the <citerefentry><refentrytitle>systemd-hibernate-resume.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> - unit according to the value of <option>resume=</option> parameter - specified on the kernel command line, or the value of EFI variable - <varname>HibernateLocation</varname>, which will instruct the kernel - to resume the system from the hibernation image on that device.</para> + unit, which will instruct the kernel to resume the system from the hibernation image.</para> </refsect1> <refsect1> |