From 625ad1b271826ed74754e1f36950e5527cba0657 Mon Sep 17 00:00:00 2001 From: joashc Date: Tue, 19 Apr 2016 20:58:09 +1000 Subject: [PATCH] timedatectl: add set-ntp example --- pages/linux/timedatectl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/timedatectl.md b/pages/linux/timedatectl.md index 2d77b45ee..b597a4392 100644 --- a/pages/linux/timedatectl.md +++ b/pages/linux/timedatectl.md @@ -17,3 +17,7 @@ - To change timezones: `timedatectl set-timezone {{timezone}}` + +- To enable Network Time Protocol (NTP) syncing: + +`timedatectl set-ntp on`