From: Marek Marczykowski-Górecki Date: Sun, 24 Jul 2016 19:26:57 +0000 (+0200) Subject: systemd: use standard dependencies for xendriverdomain.service X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~706 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63ef2203729c6d756722496b7445bcc1a40b19b1;p=xen.git systemd: use standard dependencies for xendriverdomain.service Having DefaultDependencies=no means it can be started before / is remounted read-write, which will result in various failures (to start with opening the log). Since "libxl: trigger attach events for devices attached before xl devd startup" it is no longer important to start it as early as possible, because it will process devices created before its startup. Cc: Ian Jackson Cc: Wei Liu Signed-off-by: Marek Marczykowski-Górecki Acked-by: Wei Liu --- diff --git a/tools/hotplug/Linux/systemd/xendriverdomain.service.in b/tools/hotplug/Linux/systemd/xendriverdomain.service.in index c0cd454b6a..0afb54d4a5 100644 --- a/tools/hotplug/Linux/systemd/xendriverdomain.service.in +++ b/tools/hotplug/Linux/systemd/xendriverdomain.service.in @@ -1,6 +1,5 @@ [Unit] Description=Xen driver domain device daemon -DefaultDependencies=no Requires=proc-xen.mount After=proc-xen.mount ConditionVirtualization=xen