diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-13 01:57:28 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-05-13 01:57:28 +0800 |
commit | 871fd2f4a2928eeec32c2a0da75e5603c4656f08 (patch) | |
tree | 1f7039f6ec61dec952bd6ba582e2eaac37be0dcf /chapter08/systemd.xml | |
parent | c03457342d6ce3d3dc92429d0b3a35e4428ac8d6 (diff) |
systemd: fix systemd-sysext description
Technically it's not a daemon, copy the desc from man page.
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index c5df6bf78..ef1147b28 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -734,8 +734,7 @@ meson --prefix=/usr \ <varlistentry id="systemd-sysext"> <term><command>systemd-sysext</command></term> <listitem> - <para>Creates, deletes, and manages system extensions through the - systemd-sysextd daemon</para> + <para>Activates system extension images</para> <indexterm zone="ch-system-systemd systemd-sysext"> <primary sortas="b-systemd-sysext">systemd-sysext</primary> </indexterm> |