There was a problem loading the comments.

How to install the syslog cron job

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
Editions: all
Versions: 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).


Share via

Related Articles

© VIMP GmbH