Change default tac value from tail -r to tac in dist config file
This commit is contained in:
parent
4cbf15ab90
commit
97c438bbe0
|
@ -35,7 +35,7 @@ return [
|
|||
'spamc' => 'spamc',
|
||||
'spamgroup' => 'rocksolid.spam',
|
||||
'php_exec' => 'php',
|
||||
'tac' => 'tail -r',
|
||||
'tac' => 'tac',
|
||||
'webserver_user' => '<webserver_user>',
|
||||
'enable_nocem' => '1',
|
||||
'nocem_groups' => 'rocksolid.spam',
|
||||
|
|
Loading…
Reference in New Issue