Gute Idee, aber der ist es nicht. Der macht brav um 0:00 seine Rotation und der Apache hat dann um 07:50:24 einen Neustart gemacht.
Dem Log nach ist es ein ganz normaler Restart, ausgelöst durch systemd.
Code
# journalctl -u apache2
Jun 30 07:50:24 s7 systemd[1]: Stopping The Apache HTTP Server...
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203717 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203718 (lclogsplit) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203719 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203720 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203721 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203856 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203920 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1205253 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1205746 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1205753 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1206084 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1206097 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1206413 (php-cgi) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203732 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1203762 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Killing process 1205305 (apache2) with signal SIGKILL.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Succeeded.
Jun 30 07:50:24 s7 systemd[1]: Stopped The Apache HTTP Server.
Jun 30 07:50:24 s7 systemd[1]: apache2.service: Consumed 1min 43.110s CPU time.
Jun 30 07:50:24 s7 systemd[1]: Starting The Apache HTTP Server...
Jun 30 07:50:26 s7 systemd[1]: Started The Apache HTTP Server.
Jun 30 07:50:26 s7 lclogsplit[1210713]: EOF received while reading from STDIN - closing...
Alles anzeigen
Ein CronJob ist es nicht und auch systemctl list-timers zeigt nichts passendes.
Irgendwann werde ich noch drauf kommen.