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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user