systemd-networkd: mention systemd-timesyncd

This commit is contained in:
Aminda Suomalainen 2015-06-07 19:07:26 +03:00
parent 3f6b4220fd
commit 99bbd52bc9

View File

@ -67,6 +67,9 @@ says, you must use systemd-resolved for the DNS settings to do anything,
but that is easy, just run as root (or prefix all three commands but that is easy, just run as root (or prefix all three commands
with `sudo`): with `sudo`):
*update on 2015-06-07: to use NTP, you use systemd-timesyncd which is
enabled with `timedatectl set-ntp true`.*
``` ```
systemctl enable systemd-resolved && systemctl start systemd-resolved systemctl enable systemd-resolved && systemctl start systemd-resolved
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf