diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-27 01:18:39 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-27 01:20:33 -0500 |
commit | 12b25f300151b68330aca58e1cea8317da59cadd (patch) | |
tree | 20d64895c2ce0b3f6b85bb17234289b314c8f810 /man/systemd.service.xml | |
parent | 0a6de1152765242be8029fb8af44c286fc3c55d5 (diff) |
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"
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 2048d7bf15..27f069f6b2 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 |