Make the monitoring socket group-writable (new moksha release, whooo!)

This commit is contained in:
Ralph Bean 2014-08-09 08:26:19 +00:00
parent a91930db1d
commit 0861667cdd

View file

@ -70,6 +70,7 @@ try:
config['moksha.monitoring.socket'] = \
'ipc:///var/run/fedmsg/monitoring-%s.socket' % proc.name
config['moksha.monitoring.socket.mode'] = '770'
except (OSError, ImportError):
# We run into issues when trying to import psutil from mod_wsgi on rhel7
# but this feature is of no concern in that context, so just fail quietly.