]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document service types that record ExecMainHandoverTimestamp
authorLuca Boccassi <bluca@debian.org>
Tue, 23 Apr 2024 09:47:49 +0000 (10:47 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Apr 2024 05:55:37 +0000 (07:55 +0200)
Follow-up for 93cb78aee2cff8109a5a70128287732f03d7a062

man/org.freedesktop.systemd1.xml

index 749e6e3653efcd7d5aaddc5a821ebcfcaac4dfa7..ca8696bed5eb93692953907a3b34ccaa036597e9 100644 (file)
@@ -4716,11 +4716,12 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
       <varname>ExecMainStartTimestamp</varname> timestamps record when the main child process is spawned by
       the service manager. <varname>ExecMainExitTimestamp</varname> timestamps record when the main child
       process exit has been detected by the service manager. <varname>ExecMainHandoverTimestamp</varname>
-      timestamps record when the service executable is executed by <command>systemd-executor</command>.
-      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>
+      timestamps record when the service executable is executed by <command>systemd-executor</command> for
+      services of type <literal>exec</literal>, <literal>dbus</literal>, <literal>notify</literal>, and
+      <literal>notify-reload</literal>. 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>
 
       <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