summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMiao Wang <shankerwangmiao@users.noreply.github.com>2023-05-08 19:44:09 +0800
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-05-08 22:23:00 +0900
commit4fad639a1350b1ce2fa77249f8e81dcc4229ee57 (patch)
tree078ae1fbeb3b89ecc5f3765f7076343a7a0aeb0a /man
parent210cb8d690cf585b7cd162efbdc563a5ae6921ff (diff)
downloadsystemd-4fad639a1350b1ce2fa77249f8e81dcc4229ee57.tar.gz
doc: remove legacy DefaultControlGroup from dbus properties
DefaultControlGroup does not exist any more.
Diffstat (limited to 'man')
-rw-r--r--man/org.freedesktop.systemd1.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml
index f2e892671a..09bde73af1 100644
--- a/man/org.freedesktop.systemd1.xml
+++ b/man/org.freedesktop.systemd1.xml
@@ -2468,10 +2468,6 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
<varname>IgnoreOnIsolate</varname>, <varname>IgnoreOnSnapshot</varname> map directly to the
corresponding configuration booleans in the unit file.</para>
- <para><varname>DefaultControlGroup</varname> contains the main control group of this unit as a
- string. This refers to a group in systemd's own <literal>name=systemd</literal> hierarchy, which
- systemd uses to watch and manipulate the unit and all its processes.</para>
-
<para><varname>NeedDaemonReload</varname> is a boolean that indicates whether the configuration file
this unit is loaded from (i.e. <varname>FragmentPath</varname> or <varname>SourcePath</varname>) has
changed since the configuration was read and hence whether a configuration reload is recommended.