]> xenbits.xensource.com Git - xen.git/commitdiff
tools/hotplug: remove EnvironmentFile from xen-qemu-dom0-disk-backend.service
authorOlaf Hering <olaf@aepfle.de>
Fri, 19 Dec 2014 11:25:32 +0000 (12:25 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 6 Jan 2015 15:29:17 +0000 (10:29 -0500)
The referenced Environment file does not exist, and the service file
does not make use of variables anyway.

N.B. If we start honouring env settings for any reason this will
have to be changed.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service.in

index 0a5807afb0742aad774d17ee53e161981b3120d6..274cec0c7936270a4fa88916f9400bf5c5706d19 100644 (file)
@@ -8,7 +8,6 @@ ConditionPathExists=/proc/xen/capabilities
 
 [Service]
 Type=simple
-EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenstored
 PIDFile=@XEN_RUN_DIR@/qemu-dom0.pid
 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
 ExecStartPre=/bin/mkdir -p @XEN_RUN_DIR@