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:
Michael Kaufmann (d00p)
2015-02-16 08:24:48 +01:00
parent 34415c50f8
commit 85e0690a1b
7 changed files with 14 additions and 7 deletions

View File

@@ -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(