diff options
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 343 |
1 files changed, 281 insertions, 62 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 6008ba0..b0b4509 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -1,6 +1,6 @@ <?xml version='1.0'?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" > + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> <refentry id="org.freedesktop.systemd1" xmlns:xi="http://www.w3.org/2001/XInclude"> @@ -277,6 +277,11 @@ node /org/freedesktop/systemd1 { GetDynamicUsers(out a(us) users); DumpUnitFileDescriptorStore(in s name, out a(suuutuusu) entries); + StartAuxiliaryScope(in s name, + in ah pidfds, + in t flags, + in a(sv) properties, + out o job); signals: UnitNew(s id, o unit); @@ -335,6 +340,10 @@ node /org/freedesktop/systemd1 { @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t FinishTimestampMonotonic = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly t ShutdownStartTimestamp = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly t ShutdownStartTimestampMonotonic = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t SecurityStartTimestamp = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly t SecurityStartTimestampMonotonic = ...; @@ -551,6 +560,8 @@ node /org/freedesktop/systemd1 { readonly i DefaultOOMScoreAdjust = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s CtrlAltDelBurstAction = '...'; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly u SoftRebootsCount = ...; }; interface org.freedesktop.DBus.Peer { ... }; interface org.freedesktop.DBus.Introspectable { ... }; @@ -564,8 +575,6 @@ node /org/freedesktop/systemd1 { <!--method EnqueueUnitJob is not documented!--> - <!--method CleanUnit is not documented!--> - <!--method FreezeUnit is not documented!--> <!--method ThawUnit is not documented!--> @@ -612,20 +621,6 @@ node /org/freedesktop/systemd1 { <!--method GetDynamicUsers is not documented!--> - <!--signal UnitNew is not documented!--> - - <!--signal UnitRemoved is not documented!--> - - <!--signal JobNew is not documented!--> - - <!--signal JobRemoved is not documented!--> - - <!--signal StartupFinished is not documented!--> - - <!--signal UnitFilesChanged is not documented!--> - - <!--signal Reloading is not documented!--> - <!--property SecurityStartTimestampMonotonic is not documented!--> <!--property SecurityFinishTimestamp is not documented!--> @@ -990,19 +985,21 @@ node /org/freedesktop/systemd1 { <variablelist class="dbus-method" generated="True" extra-ref="DumpUnitFileDescriptorStore()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="UnitNew"/> + <variablelist class="dbus-method" generated="True" extra-ref="StartAuxiliaryScope()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="UnitRemoved"/> + <variablelist class="dbus-signal" generated="True" extra-ref="UnitNew()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="JobNew"/> + <variablelist class="dbus-signal" generated="True" extra-ref="UnitRemoved()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="JobRemoved"/> + <variablelist class="dbus-signal" generated="True" extra-ref="JobNew()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="StartupFinished"/> + <variablelist class="dbus-signal" generated="True" extra-ref="JobRemoved()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="UnitFilesChanged"/> + <variablelist class="dbus-signal" generated="True" extra-ref="StartupFinished()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="Reloading"/> + <variablelist class="dbus-signal" generated="True" extra-ref="UnitFilesChanged()"/> + + <variablelist class="dbus-signal" generated="True" extra-ref="Reloading()"/> <variablelist class="dbus-property" generated="True" extra-ref="Version"/> @@ -1040,6 +1037,10 @@ node /org/freedesktop/systemd1 { <variablelist class="dbus-property" generated="True" extra-ref="FinishTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="ShutdownStartTimestamp"/> + + <variablelist class="dbus-property" generated="True" extra-ref="ShutdownStartTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="SecurityStartTimestamp"/> <variablelist class="dbus-property" generated="True" extra-ref="SecurityStartTimestampMonotonic"/> @@ -1250,6 +1251,8 @@ node /org/freedesktop/systemd1 { <variablelist class="dbus-property" generated="True" extra-ref="CtrlAltDelBurstAction"/> + <variablelist class="dbus-property" generated="True" extra-ref="SoftRebootsCount"/> + <!--End of Autogenerated section--> <refsect2> @@ -1565,7 +1568,7 @@ node /org/freedesktop/systemd1 { <varname>properties</varname> contains properties of the unit, specified like in <function>SetUnitProperties()</function>. <varname>aux</varname> is currently unused and should be passed as an empty array. See the - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface">New Control Group + <ulink url="https://systemd.io/CONTROL_GROUP_INTERFACE">New Control Group Interface</ulink> for more information how to make use of this functionality for resource control purposes.</para> @@ -1573,6 +1576,19 @@ node /org/freedesktop/systemd1 { file descriptors currently in the file descriptor store of the specified unit. This call is equivalent to <function>DumpFileDescriptorStore()</function> on the <interfacename>org.freedesktop.systemd1.Service</interfacename>. For further details, see below.</para> + + <para><function>StartAuxiliaryScope()</function> creates a new scope unit from a service where calling + process resides. Set of processes that will be migrated to newly created scope is passed in as an array + of pidfds. This is useful for creating auxiliary scopes that should contain worker processes and their lifecycle + shouldn't be bound to a lifecycle of the service, e.g. they should continue running after the restart + of the service. Note that the main PID of the service can not be migrated to an auxiliary scope. + Also, <varname>flags</varname> argument must be 0 and is reserved for future extensions.</para> + + <para><function>CleanUnit()</function> deletes the configuration, state, logs, cache and runtime data + directories and clear out the file descriptors store for the unit, as specified in the mask + parameters. The possible values are <literal>configuration</literal>, <literal>state</literal>, + <literal>logs</literal>, <literal>cache</literal>, <literal>runtime</literal>, + <literal>fdstore</literal>, and <literal>all</literal>.</para> </refsect2> <refsect2> @@ -1644,18 +1660,26 @@ node /org/freedesktop/systemd1 { <listitem><para><filename>/bin</filename>, <filename>/sbin</filename> and <filename>/lib*</filename> are not symlinks to their counterparts under <filename>/usr/</filename>. For more information on this issue consult - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge"> - The Case for the /usr Merge - </ulink>.</para> + <ulink url="https://systemd.io/THE_CASE_FOR_THE_USR_MERGE">The Case for the /usr Merge</ulink>. + </para> <xi:include href="version-info.xml" xpointer="v252"/></listitem> + </varlistentry> + + <varlistentry> + <term><literal>unmerged-bin</literal></term> + + <listitem><para><filename>/usr/sbin</filename> is not a symlink to <filename>/usr/bin/</filename>. + </para> + <xi:include href="version-info.xml" xpointer="v256"/></listitem> </varlistentry> <varlistentry> - <term><literal>cgroups-missing</literal></term> + <term><literal>var-run-bad</literal></term> - <listitem><para>Support for cgroups is unavailable.</para> + <listitem><para><filename>/run/</filename> does not exist or <filename>/var/run</filename> is not a + symlink to <filename>/run/</filename>.</para> <xi:include href="version-info.xml" xpointer="v252"/></listitem> </varlistentry> @@ -1663,7 +1687,7 @@ node /org/freedesktop/systemd1 { <varlistentry> <term><literal>cgroupsv1</literal></term> - <listitem><para>The system is using the old cgroup hierarchy.</para> + <listitem><para>The system is using the deprecated cgroup v1 hierarchy.</para> <xi:include href="version-info.xml" xpointer="v252"/></listitem> </varlistentry> @@ -1698,15 +1722,6 @@ node /org/freedesktop/systemd1 { </varlistentry> <varlistentry> - <term><literal>var-run-bad</literal></term> - - <listitem><para><filename>/run/</filename> does not exist or <filename>/var/run</filename> is not a - symlink to <filename>/run/</filename>.</para> - - <xi:include href="version-info.xml" xpointer="v252"/></listitem> - </varlistentry> - - <varlistentry> <term><literal>overflowuid-not-65534</literal></term> <term><literal>overflowgid-not-65534</literal></term> @@ -1724,8 +1739,6 @@ node /org/freedesktop/systemd1 { <xi:include href="version-info.xml" xpointer="v252"/></listitem> </varlistentry> - - <!-- mtab-not-symlink was removed in b492ce8a22d4527c1372b2d3fbd580627d70c917 --> </variablelist> <para><varname>FirmwareTimestamp</varname>, <varname>FirmwareTimestampMonotonic</varname>, @@ -1733,17 +1746,18 @@ node /org/freedesktop/systemd1 { <varname>KernelTimestamp</varname>, <varname>KernelTimestampMonotonic</varname>, <varname>InitRDTimestamp</varname>, <varname>InitRDTimestampMonotonic</varname>, <varname>UserspaceTimestamp</varname>, <varname>UserspaceTimestampMonotonic</varname>, - <varname>FinishTimestamp</varname>, and <varname>FinishTimestampMonotonic</varname> encode - <constant>CLOCK_REALTIME</constant> and <constant>CLOCK_MONOTONIC</constant> microsecond timestamps - taken when the firmware first began execution, when the boot loader first began execution, when the - kernel first began execution, when the initrd first began execution, when the main systemd instance - began execution and finally, when all queued startup jobs finished execution. These values are useful - for determining boot-time performance. Note that as monotonic time begins with the kernel startup, the - <varname>KernelTimestampMonotonic</varname> timestamp will always be 0 and - <varname>FirmwareTimestampMonotonic</varname> and <varname>LoaderTimestampMonotonic</varname> are to - be read as negative values. Also, not all fields are always available, depending on the used firmware, - boot loader or initrd implementation. In these cases the respective pairs of timestamps are both 0, - indicating that no data is available.</para> + <varname>FinishTimestamp</varname>, <varname>FinishTimestampMonotonic</varname>, + <varname>ShutdownStartTimestamp</varname> and <varname>ShutdownStartTimestampMonotonic</varname> + encode <constant>CLOCK_REALTIME</constant> and <constant>CLOCK_MONOTONIC</constant> microsecond + timestamps taken when the firmware first began execution, when the boot loader first began execution, + when the kernel first began execution, when the initrd first began execution, when the main systemd + instance began execution, when all queued startup jobs finished execution and finally, when a shutdown + operation first began execution. These values are useful for determining boot-time performance. Note + that as monotonic time begins with the kernel startup, the <varname>KernelTimestampMonotonic</varname> + timestamp will always be 0 and <varname>FirmwareTimestampMonotonic</varname> and + <varname>LoaderTimestampMonotonic</varname> are to be read as negative values. Also, not all fields + are always available, depending on the used firmware, boot loader or initrd implementation. In these + cases the respective pairs of timestamps are both 0, indicating that no data is available.</para> <para><varname>UnitsLoadTimestamp</varname> and <varname>UnitsLoadTimestampMonotonic</varname> encode <constant>CLOCK_REALTIME</constant> and <constant>CLOCK_MONOTONIC</constant> microseconds timestamps @@ -1777,6 +1791,9 @@ node /org/freedesktop/systemd1 { <para><varname>UnitPath</varname> encodes the currently active unit file search path. It is an array of file system paths encoded as strings.</para> + <para><varname>SoftRebootsCount</varname> encodes how many soft-reboots were successfully completed + since the last full boot. Starts at <literal>0</literal>.</para> + <para><varname>Virtualization</varname> contains a short ID string describing the virtualization technology the system runs in. On bare-metal hardware this is the empty string. Otherwise, it contains an identifier such as <literal>kvm</literal>, <literal>vmware</literal> and so on. For a full list of @@ -1864,7 +1881,7 @@ node /org/freedesktop/systemd1 { enablement state (<function>EnableUnitFiles()</function>, <function>DisableUnitFiles()</function>, <function>EnableUnitFilesWithFlags()</function>, <function>DisableUnitFilesWithFlags()</function>, <function>ReenableUnitFiles()</function>, <function>LinkUnitFiles()</function>, - <function>PresetUnitFiles</function>, <function>MaskUnitFiles</function>, and similar) require + <function>PresetUnitFiles()</function>, <function>MaskUnitFiles()</function>, and similar) require <interfacename>org.freedesktop.systemd1.manage-unit-files</interfacename>. Operations which modify the exported environment (<function>SetEnvironment()</function>, <function>UnsetEnvironment()</function>, <function>UnsetAndSetEnvironment()</function>) require @@ -1985,6 +2002,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly as RequiresMountsFor = ['...', ...]; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly as WantsMountsFor = ['...', ...]; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly as Documentation = ['...', ...]; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s Description = '...'; @@ -2141,6 +2160,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <!--property SliceOf is not documented!--> + <!--property WantsMountsFor is not documented!--> + <!--property FreezerState is not documented!--> <!--property DropInPaths is not documented!--> @@ -2301,6 +2322,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="RequiresMountsFor"/> + <variablelist class="dbus-property" generated="True" extra-ref="WantsMountsFor"/> + <variablelist class="dbus-property" generated="True" extra-ref="Documentation"/> <variablelist class="dbus-property" generated="True" extra-ref="Description"/> @@ -2742,6 +2765,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { readonly t ExecMainStartTimestampMonotonic = ...; readonly t ExecMainExitTimestamp = ...; readonly t ExecMainExitTimestampMonotonic = ...; + readonly t ExecMainHandoffTimestamp = ...; + readonly t ExecMainHandoffTimestampMonotonic = ...; readonly u ExecMainPID = ...; readonly i ExecMainCode = ...; readonly i ExecMainStatus = ...; @@ -2792,6 +2817,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -2800,6 +2829,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -2904,6 +2935,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -3425,6 +3458,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -3433,6 +3470,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -3535,6 +3574,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -4015,6 +4056,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="ExecMainExitTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="ExecMainHandoffTimestamp"/> + + <variablelist class="dbus-property" generated="True" extra-ref="ExecMainHandoffTimestampMonotonic"/> + <variablelist class="dbus-property" generated="True" extra-ref="ExecMainPID"/> <variablelist class="dbus-property" generated="True" extra-ref="ExecMainCode"/> @@ -4067,6 +4112,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -4075,6 +4124,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -4179,6 +4230,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -4656,12 +4709,20 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <para><varname>ExecMainStartTimestamp</varname>, <varname>ExecMainStartTimestampMonotonic</varname>, <varname>ExecMainExitTimestamp</varname>, <varname>ExecMainExitTimestampMonotonic</varname>, + <varname>ExecMainHandoffTimestamp</varname>, <varname>ExecMainHandoffTimestampMonotonic</varname>, <varname>ExecMainPID</varname>, <varname>ExecMainCode</varname>, <varname>ExecMainStatus</varname> - contain information about the main process of the service as far as it is known. This is often the same - runtime information that is stored in <varname>ExecStart</varname>. However, it deviates for - <varname>Type=forking</varname> services where the main process of the service is not forked off - systemd directly. These fields either contain information of the last run of the process or of the - current running process.</para> + contain information about the main process of the service as far as it is known. The + <varname>ExecMainStartTimestamp</varname> timestamps record when the main process of the service is + created. <varname>ExecMainExitTimestamp</varname> timestamps record when the main process exit has been + detected by the service manager. <varname>ExecMainHandoffTimestamp</varname> timestamps records when + the service binary is about to be executed by <command>systemd-executor</command> (this timestamp is + recorded regardless if the immediately following <function>execve()</function> system call succeeds or + fails). This is often the same runtime information that is also maintained for + <varname>ExecStart=</varname>. However, it deviates for services with <varname>Type=forking</varname> + as well as services that use <varname>MAINPID=</varname> <function>sd_notify()</function> messages as + the main process of the service is not forked off by the service manager directly in that case. These + fields either contain information of the last run of the process or of the current running + process.</para> <para><varname>MainPID</varname> and <varname>ControlPID</varname> contain the main and control PID of the service. The main PID is the current main PID of the service and is 0 when the service currently @@ -4791,6 +4852,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly b PassCredentials = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") + readonly b PassFileDescriptorsToExec = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly b PassSecurity = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly b PassPacketInfo = ...; @@ -4871,6 +4934,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -4879,6 +4946,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -4983,6 +5052,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -5450,6 +5521,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <!--property PassCredentials is not documented!--> + <!--property PassFileDescriptorsToExec is not documented!--> + <!--property PassSecurity is not documented!--> <!--property PassPacketInfo is not documented!--> @@ -5514,6 +5587,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -5522,6 +5599,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -5624,6 +5703,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -6054,6 +6135,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <variablelist class="dbus-property" generated="True" extra-ref="PassCredentials"/> + <variablelist class="dbus-property" generated="True" extra-ref="PassFileDescriptorsToExec"/> + <variablelist class="dbus-property" generated="True" extra-ref="PassSecurity"/> <variablelist class="dbus-property" generated="True" extra-ref="PassPacketInfo"/> @@ -6138,6 +6221,10 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -6146,6 +6233,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -6250,6 +6339,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -6816,6 +6907,10 @@ node /org/freedesktop/systemd1/unit/home_2emount { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -6824,6 +6919,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -6928,6 +7025,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -7387,6 +7486,10 @@ node /org/freedesktop/systemd1/unit/home_2emount { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -7395,6 +7498,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -7497,6 +7602,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -7925,6 +8032,10 @@ node /org/freedesktop/systemd1/unit/home_2emount { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -7933,6 +8044,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -8037,6 +8150,8 @@ node /org/freedesktop/systemd1/unit/home_2emount { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -8726,6 +8841,10 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -8734,6 +8853,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -8838,6 +8959,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -9283,6 +9406,10 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -9291,6 +9418,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -9393,6 +9522,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -9807,6 +9938,10 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -9815,6 +9950,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -9919,6 +10056,8 @@ node /org/freedesktop/systemd1/unit/dev_2dsda3_2eswap { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -10467,6 +10606,10 @@ node /org/freedesktop/systemd1/unit/system_2eslice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -10475,6 +10618,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -10579,6 +10724,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -10650,6 +10797,10 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -10658,6 +10809,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -10760,6 +10913,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -10838,6 +10993,10 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -10846,6 +11005,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -10950,6 +11111,8 @@ node /org/freedesktop/systemd1/unit/system_2eslice { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -11052,6 +11215,10 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryAvailable = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveMemoryHigh = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t CPUUsageNSec = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly ay EffectiveCPUs = [...]; @@ -11060,6 +11227,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t TasksCurrent = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly t EffectiveTasksMax = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressBytes = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t IPIngressPackets = ...; @@ -11164,6 +11333,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t StartupMemoryZSwapMax = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") + readonly b MemoryZSwapWriteback = ...; + @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly t MemoryLimit = ...; @org.freedesktop.DBus.Property.EmitsChangedSignal("false") readonly s DevicePolicy = '...'; @@ -11255,6 +11426,10 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <!--property MemoryZSwapCurrent is not documented!--> + <!--property EffectiveMemoryMax is not documented!--> + + <!--property EffectiveMemoryHigh is not documented!--> + <!--property CPUUsageNSec is not documented!--> <!--property EffectiveCPUs is not documented!--> @@ -11263,6 +11438,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <!--property TasksCurrent is not documented!--> + <!--property EffectiveTasksMax is not documented!--> + <!--property IPIngressBytes is not documented!--> <!--property IPIngressPackets is not documented!--> @@ -11365,6 +11542,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <!--property StartupMemoryZSwapMax is not documented!--> + <!--property MemoryZSwapWriteback is not documented!--> + <!--property MemoryLimit is not documented!--> <!--property DevicePolicy is not documented!--> @@ -11441,7 +11620,7 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <variablelist class="dbus-method" generated="True" extra-ref="AttachProcesses()"/> - <variablelist class="dbus-signal" generated="True" extra-ref="RequestStop"/> + <variablelist class="dbus-signal" generated="True" extra-ref="RequestStop()"/> <variablelist class="dbus-property" generated="True" extra-ref="Controller"/> @@ -11473,6 +11652,10 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <variablelist class="dbus-property" generated="True" extra-ref="MemoryAvailable"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryMax"/> + + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveMemoryHigh"/> + <variablelist class="dbus-property" generated="True" extra-ref="CPUUsageNSec"/> <variablelist class="dbus-property" generated="True" extra-ref="EffectiveCPUs"/> @@ -11481,6 +11664,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <variablelist class="dbus-property" generated="True" extra-ref="TasksCurrent"/> + <variablelist class="dbus-property" generated="True" extra-ref="EffectiveTasksMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="IPIngressBytes"/> <variablelist class="dbus-property" generated="True" extra-ref="IPIngressPackets"/> @@ -11585,6 +11770,8 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <variablelist class="dbus-property" generated="True" extra-ref="StartupMemoryZSwapMax"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryZSwapWriteback"/> + <variablelist class="dbus-property" generated="True" extra-ref="MemoryLimit"/> <variablelist class="dbus-property" generated="True" extra-ref="DevicePolicy"/> @@ -11658,7 +11845,7 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <refsect2> <title>Signals</title> - <para><function>RequestStop</function> is sent to the peer that is configured in the + <para><function>RequestStop()</function> is sent to the peer that is configured in the <varname>Controller</varname> property when systemd is requested to terminate the scope unit. A program registering a scope can use this to cleanly shut down the processes it added to the scope instead of letting systemd do it with the usual <constant>SIGTERM</constant> logic.</para> @@ -11670,7 +11857,7 @@ node /org/freedesktop/systemd1/unit/session_2d1_2escope { <para>All properties correspond directly with the matching properties of service units.</para> <para><varname>Controller</varname> contains the bus name (unique or well-known) that is notified when - the scope unit is to be shut down via a <function>RequestStop</function> signal (see below). This is + the scope unit is to be shut down via a <function>RequestStop()</function> signal (see below). This is set when the scope is created. If not set, the scope's processes will terminated with <constant>SIGTERM</constant> directly.</para> </refsect2> @@ -11826,6 +12013,10 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <function>QueueSignalUnit()</function>, <function>SoftReboot()</function>, and <function>DumpUnitFileDescriptorStore()</function> were added in version 254.</para> + <para><function>StartAuxiliaryScope()</function>, + <varname>ShutdownStartTimestamp</varname>, + <varname>ShutdownStartTimestampMonotonic</varname> and + <varname>SoftRebootsCount</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Unit Objects</title> @@ -11835,6 +12026,7 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>ActivationDetails</varname> were added in version 252.</para> <para><function>QueueSignal()</function> was added in version 254.</para> <para><varname>SurviveFinalKillSignal</varname> was added in version 255.</para> + <para><varname>WantsMountsFor</varname> was added in version 256.</para> </refsect2> <refsect2> <title>Service Unit Objects</title> @@ -11872,6 +12064,12 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, + <varname>MemoryZSwapWriteback</varname>, + <varname>ExecMainHandoffTimestampMonotonic</varname>, and + <varname>ExecMainHandoffTimestamp</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Socket Unit Objects</title> @@ -11903,6 +12101,11 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, + <varname>MemoryZSwapWriteback</varname>, and + <varname>PassFileDescriptorsToExec</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Mount Unit Objects</title> @@ -11932,6 +12135,10 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, and + <varname>MemoryZSwapWriteback</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Swap Unit Objects</title> @@ -11961,6 +12168,10 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, and + <varname>MemoryZSwapWriteback</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Slice Unit Objects</title> @@ -11981,6 +12192,10 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, and + <varname>MemoryZSwapWriteback</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Scope Unit Objects</title> @@ -12002,6 +12217,10 @@ $ gdbus introspect --system --dest org.freedesktop.systemd1 \ <varname>MemorySwapCurrent</varname>, <varname>MemorySwapPeak</varname>, and <varname>MemoryZSwapCurrent</varname> were added in version 255.</para> + <para><varname>EffectiveMemoryHigh</varname>, + <varname>EffectiveMemoryMax</varname>, + <varname>EffectiveTasksMax</varname>, and + <varname>MemoryZSwapWriteback</varname> were added in version 256.</para> </refsect2> <refsect2> <title>Job Objects</title> |