projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f8b13
)
systemd: remove hard-coded pid file in xendriverdomain service
author
Wei Liu
<wei.liu2@citrix.com>
Wed, 20 Jul 2016 15:36:15 +0000
(16:36 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Tue, 2 Aug 2016 16:03:10 +0000
(17:03 +0100)
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 <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/hotplug/Linux/systemd/xendriverdomain.service.in
patch
|
blob
|
history
diff --git
a/tools/hotplug/Linux/systemd/xendriverdomain.service.in
b/tools/hotplug/Linux/systemd/xendriverdomain.service.in
index 0afb54d4a52dfb2fa8a2c2aa481866077adcf636..c39ec0418212bbe8bdddf006ebb76d4561727dfa 100644
(file)
--- 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