diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 6 | ||||
-rw-r--r-- | man/systemd.service.xml | 25 |
2 files changed, 0 insertions, 31 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 8249e31d07..74a920273a 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -2298,8 +2298,6 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s Type = '...'; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") - readonly s ExitType = '...'; - @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s Restart = '...'; @org.freedesktop.DBus.Property.EmitsChangedSignal("const") readonly s PIDFile = '...'; @@ -2866,8 +2864,6 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <!--property Type is not documented!--> - <!--property ExitType is not documented!--> - <!--property Restart is not documented!--> <!--property PIDFile is not documented!--> @@ -3386,8 +3382,6 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { <variablelist class="dbus-property" generated="True" extra-ref="Type"/> - <variablelist class="dbus-property" generated="True" extra-ref="ExitType"/> - <variablelist class="dbus-property" generated="True" extra-ref="Restart"/> <variablelist class="dbus-property" generated="True" extra-ref="PIDFile"/> diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 50d1a1d85d..350bc5f8e5 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -256,31 +256,6 @@ </varlistentry> <varlistentry> - <term><varname>ExitType=</varname></term> - - <listitem> - <para>Configures the process exit type for this service unit. One of <option>main</option> or - <option>cgroup</option>:</para> - - <itemizedlist> - <listitem><para>If set to <option>main</option> (the default), the service manager - will consider the unit stopped when the main process, which is determined according to the `Type`, exits. - </para></listitem> - - <listitem><para>The <option>cgroup</option> exit type is meant for applications whose forking model is not - known ahead of time and which might not have a specific main process. The service will stay running as long - as at least one process in the cgroup is running. The exit status of the service is that of the last - process in the cgroup to exit.</para></listitem> - </itemizedlist> - - <para>It is generally recommended to use <varname>ExitType=</varname><option>main</option> when a service has - a known forking model and a main process can reliably be determined. <varname>ExitType=</varname> - <option>cgroup</option> is well suited for transient or automatically generated services, such as graphical - applications inside of a desktop environment.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><varname>RemainAfterExit=</varname></term> <listitem><para>Takes a boolean value that specifies whether |