[openstack-keystone] allow any child process to notify systemd

Alan Pevec apevec at fedoraproject.org
Thu Sep 11 12:43:43 UTC 2014


commit 9ae2cb0229f6d913615efeca118cf10e4f20885d
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Thu Sep 11 13:24:24 2014 +0200

    allow any child process to notify systemd
    
    keystone can be configured with multiple worker processes now

 openstack-keystone.service |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/openstack-keystone.service b/openstack-keystone.service
index b44852a..f591c45 100644
--- a/openstack-keystone.service
+++ b/openstack-keystone.service
@@ -4,6 +4,7 @@ After=syslog.target network.target
 
 [Service]
 Type=notify
+NotifyAccess=all
 Restart=always
 User=keystone
 ExecStart=/usr/bin/keystone-all


More information about the scm-commits mailing list