From e8cb9b14f4145b5263520b7cbbeeb2e000314a05 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 7 Oct 2024 18:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A4=BA=E4=BE=8B=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 05.PVE制作虚拟机模板.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/05.PVE制作虚拟机模板.md b/05.PVE制作虚拟机模板.md index e38be52..59714e0 100644 --- a/05.PVE制作虚拟机模板.md +++ b/05.PVE制作虚拟机模板.md @@ -270,20 +270,20 @@ $ sudo systemctl status systemd-timesyncd.service #### NTP 服务示例输出 ● systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; preset: enabled) - Active: active (running) since Mon 2023-06-26 16:16:00 CST; 16s ago + Active: active (running) since Mon 2024-10-07 18:06:29 CST; 9s ago Docs: man:systemd-timesyncd.service(8) - Main PID: 18829 (systemd-timesyn) - Status: "Contacted time server 106.55.184.199:123 (ntp.tencent.com)." - Tasks: 2 (limit: 2355) + Main PID: 1706 (systemd-timesyn) + Status: "Contacted time server 203.107.6.88:123 (ntp.aliyun.com)." + Tasks: 2 (limit: 2315) Memory: 1.4M - CPU: 37ms + CPU: 113ms CGroup: /system.slice/systemd-timesyncd.service - └─18829 /lib/systemd/systemd-timesyncd + └─1706 /lib/systemd/systemd-timesyncd -Jun 26 16:48:00 DNST01 systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... -Jun 26 16:48:00 DNST01 systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. -Jun 26 16:48:00 DNST01 systemd-timesyncd[18829]: Contacted time server 106.55.184.199:123 (ntp.tencent.com). -Jun 26 16:48:00 DNST01 systemd-timesyncd[18829]: Initial clock synchronization to Mon 2023-06-26 16:16:16.000000 CST. +Oct 07 18:06:29 DNS01 systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... +Oct 07 18:06:29 DNS01 systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. +Oct 07 18:06:29 DNS01 systemd-timesyncd[1706]: Contacted time server 203.107.6.88:123 (ntp.aliyun.com). +Oct 07 18:06:29 DNS01 systemd-timesyncd[1706]: Initial clock synchronization to Mon 2024-10-07 18:06:29.499548 CST. ``` ### 1.6.配置自动更新