From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH RFC 3/3] systemd: xendomains now depends on xen-init-dom0 Date: Wed, 22 Oct 2014 13:51:55 +0200 Message-ID: <20141022115155.GA4799@aepfle.de> References: <1413817309-4884-1-git-send-email-wei.liu2@citrix.com> <1413817309-4884-4-git-send-email-wei.liu2@citrix.com> <1413976485.19198.1.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1413976485.19198.1.camel@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: Ian Campbell Cc: ian.jackson@eu.citrix.com, mcgrof@do-not-panic.com, Wei Liu , tlviewer@yahoo.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Oct 22, Ian Campbell wrote: > 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? Nice that you ask. I was already thinking of a xencommons.service which just depends on everything required. Its certainly possible to enable each manually. This is what I have in my INSTALL file: Systemd support =============== If the systemd development packages are available then the support for systemd will be enabled per default. It is required to manually enable the installed systemd service files. Systemd has dependency tracking, which means all dependencies wil be started automatically: systemctl enable xen-qemu-dom0-disk-backend.service systemctl enable xen-init-dom0.service systemctl enable xenconsoled.service Other optional services are: systemctl enable xen-domains.service systemctl enable xen-watchdog.service Olaf