|
|
65878a |
From 7f66158304287727f35c24d9bd4c700c0923bc73 Mon Sep 17 00:00:00 2001
|
|
|
65878a |
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
|
65878a |
Date: Fri, 27 Dec 2013 01:18:39 -0500
|
|
|
65878a |
Subject: [PATCH] man: fix Type= reference v2
|
|
|
65878a |
MIME-Version: 1.0
|
|
|
65878a |
Content-Type: text/plain; charset=UTF-8
|
|
|
65878a |
Content-Transfer-Encoding: 8bit
|
|
|
65878a |
|
|
|
65878a |
grawity:
|
|
|
65878a |
|
|
|
65878a |
It looks like the old version _was_ correct – the default value will
|
|
|
65878a |
be "Type=dbus" if the service has a BusName set.
|
|
|
65878a |
|
|
|
65878a |
Suggested change: "if neither Type= nor BusName= is specified"
|
|
|
65878a |
---
|
|
|
65878a |
man/systemd.service.xml | 8 +++++---
|
|
|
65878a |
1 file changed, 5 insertions(+), 3 deletions(-)
|
|
|
65878a |
|
|
|
65878a |
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
|
|
|
65878a |
index 898c19d..71bcfb4 100644
|
|
|
65878a |
--- a/man/systemd.service.xml
|
|
|
65878a |
+++ b/man/systemd.service.xml
|
|
|
65878a |
@@ -139,9 +139,11 @@
|
|
|
65878a |
|
|
|
65878a |
<para>If set to
|
|
|
65878a |
<option>simple</option> (the default
|
|
|
65878a |
- value if <varname>Type=</varname>
|
|
|
65878a |
- is not specified), it is expected that
|
|
|
65878a |
- the process configured with
|
|
|
65878a |
+ value if neither
|
|
|
65878a |
+ <varname>Type=</varname> nor
|
|
|
65878a |
+ <varname>BusName=</varname> are
|
|
|
65878a |
+ specified), it is expected that the
|
|
|
65878a |
+ process configured with
|
|
|
65878a |
<varname>ExecStart=</varname> is the
|
|
|
65878a |
main process of the service. In this
|
|
|
65878a |
mode, if the process offers
|