cat /var/log/syslog |grep Synchronise
Feb 8 20:49:22 hwy systemd[1]: Starting Synchronise Hardware Clock to System Clock...
再起動中にハードウェアクロックをシステムクロックと同期させるプログラム名をどのように知ることができますか? systemctl再起動中にハードウェアクロックをシステムクロックと同期させるプログラム名を教えてもらえますか?
答え1
/lib/systemd/system/hwclock-save.service
[root@hostname username]# more /lib/systemd/system/hwclock-save.service
[Unit]
Description=Synchronise Hardware Clock to System Clock
DefaultDependencies=no
Before=shutdown.target
ConditionFileIsExecutable=!/usr/sbin/ntpd
ConditionFileIsExecutable=!/usr/sbin/openntpd
ConditionFileIsExecutable=!/usr/sbin/chrony
ConditionVirtualization=!container
[Service]
Type=oneshot
ExecStart=/sbin/hwclock -D --systohc
[Install]
WantedBy=reboot.target halt.target poweroff.target
だから結局電話するようになったようだ。/sbin/hwclock