1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

timedatectl: add set-ntp example

This commit is contained in:
joashc 2016-04-19 20:58:09 +10:00
parent 1d24e09063
commit 625ad1b271

View file

@ -17,3 +17,7 @@
- To change timezones:
`timedatectl set-timezone {{timezone}}`
- To enable Network Time Protocol (NTP) syncing:
`timedatectl set-ntp on`