diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/bootup.xml | 52 | ||||
-rw-r--r-- | man/systemd.special.xml | 6 |
2 files changed, 29 insertions, 29 deletions
diff --git a/man/bootup.xml b/man/bootup.xml index ae84cff0b7..69f9a273b9 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -183,32 +183,32 @@ -<programlisting> (conflicts with (conflicts with - all system all file system - services) mounts, swaps, - | cryptsetup - | devices, ...) - | | - v v - shutdown.target umount.target - | | - \_______ ______/ - \ / - v - (various low-level - services) - | - v - final.target - | - __________________________/ \_____________________ - / | | \ - | | | | - v v v v -reboot.service poweroff.service halt.service kexec.service - | | | | - v v v v -<emphasis>reboot.target</emphasis> <emphasis>poweroff.target</emphasis> <emphasis>halt.target</emphasis> <emphasis>kexec.target</emphasis></programlisting> +<programlisting> (conflicts with (conflicts with + all system all file system + services) mounts, swaps, + | cryptsetup + | devices, ...) + | | + v v + shutdown.target umount.target + | | + \_______ ______/ + \ / + v + (various low-level + services) + | + v + final.target + | + _____________________________________/ \_________________________________ + / | | \ + | | | | + v v v v +systemd-reboot.service systemd-poweroff.service systemd-halt.service systemd-kexec.service + | | | | + v v v v + <emphasis>reboot.target</emphasis> <emphasis>poweroff.target</emphasis> <emphasis>halt.target</emphasis> <emphasis>kexec.target</emphasis></programlisting> <para>Commonly used system shutdown targets are <emphasis>emphasized</emphasis>.</para> </refsect1> diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 4321f54698..fdb2020376 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -57,8 +57,8 @@ <filename>default.target</filename>, <filename>display-manager.service</filename>, <filename>emergency.target</filename>, - <filename>exit.service</filename>, - <filename>final.service</filename>, + <filename>exit.target</filename>, + <filename>final.target</filename>, <filename>getty.target</filename>, <filename>graphical.target</filename>, <filename>hibernate.target</filename>, @@ -813,7 +813,7 @@ <variablelist> <varlistentry> - <term><filename>exit.service</filename></term> + <term><filename>exit.target</filename></term> <listitem> <para>A special service unit for shutting down the |