How to install the syslog cron job
Editions: all
Versionen: 4.2.0+
Versionen: 4.2.0+
Open the crontab (as root):
crontab –e
Insert the following line and save the file afterwards:
0 4 * * * php -f /path/to/vimp/symfony -- syslog-garbagecollector >> /path/to/vimp/log/syslog-garbagecollector.log 2>&1
Important: Close the line with "Return/Enter". There must be at least one more blank line below the entry.
Important: You have to edit 2 pathes, the one to "symfony" and the path to the log/-directory.
The task is executed once a day (at 4am).
Last update on 2019/12/10 by Admin.