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

@@ -403,7 +403,8 @@ return array(
'chmod 600 /usr/local/etc/libnss-mysql.cfg /usr/local/etc/libnss-mysql-root.cfg'
),
'restart' => array(
'sh /etc/rc.d/nscd restart'
'sh /etc/rc.d/nscd restart',
'nscd --invalidate=group'
)
),
'logrotate' => array(