mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
timedatectl: add set-ntp example
This commit is contained in:
parent
1d24e09063
commit
625ad1b271
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
||||||
- To change timezones:
|
- To change timezones:
|
||||||
|
|
||||||
`timedatectl set-timezone {{timezone}}`
|
`timedatectl set-timezone {{timezone}}`
|
||||||
|
|
||||||
|
- To enable Network Time Protocol (NTP) syncing:
|
||||||
|
|
||||||
|
`timedatectl set-ntp on`
|
||||||
|
|
Loading…
Add table
Reference in a new issue