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

@@ -397,7 +397,8 @@ return array(
'etc_nsswitch.conf' => '/etc/nsswitch.conf',
),
'restart' => array(
'/etc/init.d/nscd restart'
'/etc/init.d/nscd restart',
'nscd --invalidate=group'
)
),
'logrotate' => array(