I have v 3.1.6 of ISPConfig running on an Ubuntu 16.04 server running apache. I noticed in the root crontab there are the following 2 entries: * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var$ * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/l$ I am curious, what do they do? Thanks
Thanks for the reply but I don't understand why it needs to be run every minute. Once run why does it not continue to run?
It detects if something was modified in your configuration and if so, executes the corresponding plugins.