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:21:33 +01:00
parent 643f124e8b
commit b85eb98303
5 changed files with 10 additions and 0 deletions

View File

@@ -1494,6 +1494,8 @@ aliases: files
</content>
</file>
<command><![CDATA[service nscd restart]]></command>
<!-- clear group chache -->
<command><![CDATA[nscd --invalidate=group]]></command>
</daemon>
<!-- Logrotate -->
<daemon name="logrotate" title="Logrotate">