From: Wei Liu Date: Wed, 20 Jul 2016 15:36:15 +0000 (+0100) Subject: systemd: remove hard-coded pid file in xendriverdomain service X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~643 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e125fb0e4fce93862f61b5235aedacd1553ad40b;p=xen.git systemd: remove hard-coded pid file in xendriverdomain service Per the discussion in [0], the hard-coded pid file can be removed completely. Systemd has no trouble figuring out the pid of devd all by itself. [0]: https://lists.xen.org/archives/html/xen-devel/2016-07/msg01393.html Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/hotplug/Linux/systemd/xendriverdomain.service.in b/tools/hotplug/Linux/systemd/xendriverdomain.service.in index 0afb54d4a5..c39ec04182 100644 --- a/tools/hotplug/Linux/systemd/xendriverdomain.service.in +++ b/tools/hotplug/Linux/systemd/xendriverdomain.service.in @@ -6,8 +6,7 @@ ConditionVirtualization=xen [Service] Type=forking -ExecStart=@sbindir@/xl devd --pidfile=/var/run/xldevd.pid -PIDFile=/var/run/xldevd.pid +ExecStart=@sbindir@/xl devd [Install] WantedBy=multi-user.target