[systemd-commits] man/systemd.service.xml

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Dec 26 22:20:49 PST 2013


 man/systemd.service.xml |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 12b25f300151b68330aca58e1cea8317da59cadd
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Fri Dec 27 01:18:39 2013 -0500

    man: fix Type= reference v2
    
    grawity:
    
      It looks like the old version _was_ correct – the default value will
      be "Type=dbus" if the service has a BusName set.
    
      Suggested change: "if neither Type= nor BusName= is specified"

diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 2048d7b..27f069f 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -139,9 +139,11 @@
 
                                 <para>If set to
                                 <option>simple</option> (the default
-                                value if <varname>Type=</varname>
-                                is not specified), it is expected that
-                                the process configured with
+                                value if neither
+                                <varname>Type=</varname> nor
+                                <varname>BusName=</varname> are
+                                specified), it is expected that the
+                                process configured with
                                 <varname>ExecStart=</varname> is the
                                 main process of the service. In this
                                 mode, if the process offers



More information about the systemd-commits mailing list