Make the monitoring socket group-writable (new moksha release, whooo!)
This commit is contained in:
parent
a91930db1d
commit
0861667cdd
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ try:
|
||||||
|
|
||||||
config['moksha.monitoring.socket'] = \
|
config['moksha.monitoring.socket'] = \
|
||||||
'ipc:///var/run/fedmsg/monitoring-%s.socket' % proc.name
|
'ipc:///var/run/fedmsg/monitoring-%s.socket' % proc.name
|
||||||
|
config['moksha.monitoring.socket.mode'] = '770'
|
||||||
except (OSError, ImportError):
|
except (OSError, ImportError):
|
||||||
# We run into issues when trying to import psutil from mod_wsgi on rhel7
|
# 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.
|
# but this feature is of no concern in that context, so just fail quietly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue