为什么Debian Jessie每天早上都会重新加载我的Apache服务器?

将Web服务器从Debian Wheezy升级到Debian Jessie后,每天早上系统日志中会出现以下日志条目。 时间有所不同,但似乎总是发生在大约同一时间(加/减10-15分钟)。 在升级之前,没有任何类似的东西(我记得)。

Oct 23 06:25:02 hostname systemd[1]: Reloading LSB: Apache2 web server. Oct 23 06:25:04 hostname apache2[1545]: Reloading web server: apache2. Oct 23 06:25:04 hostname systemd[1]: Reloaded LSB: Apache2 web server. Oct 23 06:29:10 hostname rsyslogd0: action 'action 17' resumed (module 'builtin:ompipe') [try http://www.rsyslog.com/e/0 ] Oct 23 06:29:10 hostname rsyslogd-2359: action 'action 17' resumed (module 'builtin:ompipe') [try http://www.rsyslog.com/e/2359 ] 

看一下service apache2 status的输出:

 ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2) Active: active (running) since Fri 2015-10-09 21:33:36 UTC; 1 weeks 6 days ago Process: 21467 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS) Process: 1545 ExecReload=/etc/init.d/apache2 reload (code=exited, status=0/SUCCESS) Process: 21489 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS) CGroup: /system.slice/apache2.service ├─ 1625 /usr/sbin/apache2 -k start ├─ 1626 /usr/sbin/apache2 -k start ├─ 4686 /usr/sbin/apache2 -k start ├─ 7745 /usr/sbin/apache2 -k start ├─ 7746 /usr/sbin/apache2 -k start ├─ 7747 /usr/sbin/apache2 -k start ├─ 7748 /usr/sbin/apache2 -k start ├─ 7753 /usr/sbin/apache2 -k start ├─ 7760 /usr/sbin/apache2 -k start ├─ 7771 /usr/sbin/apache2 -k start └─21505 /usr/sbin/apache2 -k start Oct 21 06:25:02 hostname.fqdn systemd[1]: Reloading LSB: Apache2 web server. Oct 21 06:25:08 hostname.fqdn apache2[32200]: Reloading web server: apache2. Oct 21 06:25:08 hostname.fqdn systemd[1]: Reloaded LSB: Apache2 web server. Oct 22 06:25:03 hostname.fqdn systemd[1]: Reloading LSB: Apache2 web server. Oct 22 06:25:05 hostname.fqdn apache2[16779]: Reloading web server: apache2. Oct 22 06:25:05 hostname.fqdn systemd[1]: Reloaded LSB: Apache2 web server. Oct 23 06:25:02 hostname.fqdn systemd[1]: Reloading LSB: Apache2 web server. Oct 23 06:25:04 hostname.fqdn apache2[1545]: Reloading web server: apache2. Oct 23 06:25:04 hostname.fqdn systemd[1]: Reloaded LSB: Apache2 web server. Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable. 

我不确定我是否在正确的位置,与远程相关的/run/systemd/generator.late/apache2.service的唯一部分是ExecReload命令的提及,它在service apache2 status输出。

为什么systemd重新加载web服务器的规律,尽pipe没有人在服务器上做任何事情,我该如何让它停止?

听起来可能是后logrotate重新加载? 如果是这样,没有什么担心,因为它是一个无中断的重新加载。