[libvirt] [PATCH] libvirtd.service: add NotifyService=all

Serge Hallyn serge.hallyn at ubuntu.com
Mon Apr 25 15:52:25 UTC 2016


systemd.service(5) says that this should be set when using Type=notify,
and indeed we seem to have a bug report resulting from this not being set:

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1574566

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 daemon/libvirtd.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon/libvirtd.service.in b/daemon/libvirtd.service.in
index 1616e7a..a13f9af 100644
--- a/daemon/libvirtd.service.in
+++ b/daemon/libvirtd.service.in
@@ -24,6 +24,7 @@ KillMode=process
 Restart=on-failure
 # Override the maximum number of opened files
 #LimitNOFILE=2048
+NotifyAccess=all
 
 [Install]
 WantedBy=multi-user.target
-- 
2.7.4




More information about the libvir-list mailing list