diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-25 14:24:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-25 14:28:50 +0200 |
commit | 0e0320e04500d1e68630b3973714f14cfb7b3450 (patch) | |
tree | 3539fd7fb20ee672bbf6f096b74a6def5c5df7b0 /man | |
parent | 93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (diff) |
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx
These service units also execute our own code, hence rename the
accordingly and prefix them with systemd-
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 |