clear group-cache of nscd as this solves issues with webserver/php-fpm most of the time
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -410,7 +410,8 @@ milter_default_action = accept" >> /etc/postfix/main.cf',
|
||||
'rc-update add nscd default'
|
||||
),
|
||||
'restart' => array(
|
||||
'/etc/init.d/nscd restart'
|
||||
'/etc/init.d/nscd restart',
|
||||
'nscd --invalidate=group'
|
||||
)
|
||||
),
|
||||
'logrotate' => array(
|
||||
|
||||
Reference in New Issue
Block a user