From: Zbigniew Jędrzejewski-Szmek Date: Fri, 27 Dec 2013 06:18:39 +0000 (-0500) Subject: man: fix Type= reference v2 X-Git-Tag: v209~617 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=12b25f300151b68330aca58e1cea8317da59cadd 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 2048d7bf1..27f069f6b 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -139,9 +139,11 @@ If set to (the default - value if Type= - is not specified), it is expected that - the process configured with + value if neither + Type= nor + BusName= are + specified), it is expected that the + process configured with ExecStart= is the main process of the service. In this mode, if the process offers