我有一些 Ubuntu 18.04.1 服务器。他们都显示此服务每 10 分钟就开始粗暴地启动一次。
Jan 7 06:29:05 csrf-prod1-vm dbus-daemon[434]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.12841' (uid=0 pid=25418 comm="timedatectl " label="unconfined")
Jan 7 06:29:05 csrf-prod1-vm systemd[1]: Starting Time & Date Service...
Jan 7 06:29:05 csrf-prod1-vm dbus-daemon[434]: [system] Successfully activated service 'org.freedesktop.timedate1'
Jan 7 06:29:05 csrf-prod1-vm systemd[1]: Started Time & Date Service.
也许值得注意的是我已经配置timesyncd
了一些网络本地 ntp 服务器。
$ timedatectl status
Local time: Mon 2019-01-07 18:15:54 UTC
Universal time: Mon 2019-01-07 18:15:54 UTC
RTC time: Mon 2019-01-07 18:15:55
Time zone: Etc/UTC (UTC, +0000)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
看来这项服务才刚刚开始systemd-timedated
。这是用来systemd-timesyncd
设置时间的吗?为什么它不像后缀 d[aemon] 所暗示的那样保持运行?或者它是否多余systemd-timesyncd
并且应该以某种方式禁用?