From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC 3/3] systemd: xendomains now depends on xen-init-dom0 Date: Wed, 22 Oct 2014 12:14:45 +0100 Message-ID: <1413976485.19198.1.camel@citrix.com> References: <1413817309-4884-1-git-send-email-wei.liu2@citrix.com> <1413817309-4884-4-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1413817309-4884-4-git-send-email-wei.liu2@citrix.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: Wei Liu Cc: tlviewer@yahoo.com, olaf@aepfle.de, mcgrof@do-not-panic.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2014-10-20 at 16:01 +0100, Wei Liu wrote: > Signed-off-by: Wei Liu This patch seems to be correct. But, should nothing else depend on this? There doesn't seem to be an umbrella "all the stuff needed for xen" module. Maybe one isn't needed? Ian. > --- > tools/hotplug/Linux/systemd/xendomains.service.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/hotplug/Linux/systemd/xendomains.service.in b/tools/hotplug/Linux/systemd/xendomains.service.in > index f88c336..8577317 100644 > --- a/tools/hotplug/Linux/systemd/xendomains.service.in > +++ b/tools/hotplug/Linux/systemd/xendomains.service.in > @@ -1,7 +1,7 @@ > [Unit] > Description=Xendomains - start and stop guests on boot and shutdown > Requires=xenstored.socket > -After=xenstored.service xenconsoled.service > +After=xenstored.service xenconsoled.service xen-init-dom0.service > ConditionVirtualization=xen > > [Service]