Change default tac value from tail -r to tac in dist config file

This commit is contained in:
Retro_Guy 2020-12-05 00:30:47 -07:00
parent 4cbf15ab90
commit 97c438bbe0
1 changed files with 1 additions and 1 deletions

View File

@ -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',