1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:53:59 +02:00

Merge pull request #852 from joashc/timedatectl-ntp

timedatectl: add set-ntp example
This commit is contained in:
Felix Yan 2016-04-20 07:31:15 -05:00
commit 217a96797b

View file

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