From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH v6 07/13] tools/xendomains: move to libexec and use a smaller init helper Date: Fri, 13 Jun 2014 20:32:19 +0200 Message-ID: <20140613183219.GC4841@wotan.suse.de> References: <1402622331-4282-1-git-send-email-mcgrof@do-not-panic.com> <1402622331-4282-8-git-send-email-mcgrof@do-not-panic.com> <539AA2E4.8060609@jajcus.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WvWH3-0005Q2-PZ for xen-devel@lists.xenproject.org; Fri, 13 Jun 2014 18:32:25 +0000 Content-Disposition: inline In-Reply-To: <539AA2E4.8060609@jajcus.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jacek Konieczny Cc: Ian Campbell , Stefano Stabellini , Jan =?utf-8?Q?R=C4=99korajski?= , Ian Jackson , M A Young , xen-devel@lists.xenproject.org, "Luis R. Rodriguez" List-Id: xen-devel@lists.xenproject.org On Fri, Jun 13, 2014 at 09:06:12AM +0200, Jacek Konieczny wrote: > On 06/13/14 03:18, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > The xendomains script can be reused with systemd systems as it > > does not control services or sockets per se > > It is not quite true. 'xl create' starts a background 'xl' process. > > Ideally each of those would be handled by a separate systemd unit > (I have such setup on my xen based system), but I am not sure it can be > easily integrated into the standard xen distribution. We won't know until its tried upstream. Patches welcomed. > So, maybe, reusing xendomain this way is good enough. Yeah well we have to start somewhere, we should look a this as an evolutionairy process. Luis