From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 4/7] tools/hotplug: use xencommons as EnvironmentFile in xenconsoled.service Date: Tue, 6 Jan 2015 11:29:22 +0000 Message-ID: <1420543762.28863.140.camel@citrix.com> References: <1418988333-5404-1-git-send-email-olaf@aepfle.de> <1418988333-5404-5-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1418988333-5404-5-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org, m.a.young@durham.ac.uk List-Id: xen-devel@lists.xenproject.org On Fri, 2014-12-19 at 12:25 +0100, Olaf Hering wrote: > The referenced sysconfig/xenconsoled does not exist. If anything > needs to be specified it has to go into the existing > sysconfig/xencommons file. That seems consistent with the initscript and the xencommons sysconfig template even includes XENCONSOLED_TRACE as an example, so I think this is correct. > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini Acked-by: Ian Campbell > Cc: Wei Liu > --- > tools/hotplug/Linux/systemd/xenconsoled.service.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in > index cb44cd6..74d0428 100644 > --- a/tools/hotplug/Linux/systemd/xenconsoled.service.in > +++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in > @@ -9,7 +9,7 @@ Type=simple > Environment=XENCONSOLED_ARGS= > Environment=XENCONSOLED_LOG=none > Environment=XENCONSOLED_LOG_DIR=@XEN_LOG_DIR@/console > -EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenconsoled > +EnvironmentFile=@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons > PIDFile=@XEN_RUN_DIR@/xenconsoled.pid > ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities > ExecStartPre=/bin/mkdir -p ${XENCONSOLED_LOG_DIR}