]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: remove legacy DefaultControlGroup from dbus properties
authorMiao Wang <shankerwangmiao@users.noreply.github.com>
Mon, 8 May 2023 11:44:09 +0000 (19:44 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 May 2023 13:23:00 +0000 (22:23 +0900)
DefaultControlGroup does not exist any more.

man/org.freedesktop.systemd1.xml

index f2e892671a42a04b3a6871ca4e15f5d0dc71cc01..09bde73af1f13986ca800bbaed6527e41c34030b 100644 (file)
@@ -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.