From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH for-xen-4.5] tools/hotplug: fix systemd service files for dom0 Date: Fri, 24 Oct 2014 08:48:19 +0200 Message-ID: <20141024064819.GA18714@aepfle.de> References: <1413364318-32048-1-git-send-email-olaf@aepfle.de> <20141023171745.GG8718@perard.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20141023171745.GG8718@perard.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Anthony PERARD Cc: Ian Jackson , Stefano Stabellini , Wei Liu , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Oct 23, Anthony PERARD wrote: > On Wed, Oct 15, 2014 at 11:11:58AM +0200, Olaf Hering wrote: > > +++ b/tools/hotplug/Linux/systemd/var-lib-xenstored.mount.in > > @@ -1,6 +1,6 @@ > > [Unit] > > Description=mount xenstore file system > > -ConditionVirtualization=xen > > +ConditionPathExists=/proc/xen/capabilities > > On my systemd, var/lib/xenstored is not mounted because > ConditionPathExists=/proc/xen/capabilities was not met > even so proc-xen.mount is mounted. > > So there is probably a dependency missing on proc-xen.mount. Yes, that is fixed with the latest version. Olaf