From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacek Konieczny Subject: Re: [PATCH v6 07/13] tools/xendomains: move to libexec and use a smaller init helper Date: Fri, 13 Jun 2014 09:06:12 +0200 Message-ID: <539AA2E4.8060609@jajcus.net> References: <1402622331-4282-1-git-send-email-mcgrof@do-not-panic.com> <1402622331-4282-8-git-send-email-mcgrof@do-not-panic.com> 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 1WvLZ4-0005po-4C for xen-devel@lists.xenproject.org; Fri, 13 Jun 2014 07:06:18 +0000 In-Reply-To: <1402622331-4282-8-git-send-email-mcgrof@do-not-panic.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: "Luis R. Rodriguez" , xen-devel@lists.xenproject.org Cc: Ian Campbell , Stefano Stabellini , "Luis R. Rodriguez" , =?UTF-8?B?SmFuIFLEmWtvcmFqc2tp?= , Ian Jackson , M A Young List-Id: xen-devel@lists.xenproject.org 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. So, maybe, reusing xendomain this way is good enough. Greets, Jacek