+++

2025-12-21 23:08:17 +02:00
parent 669c314376
commit a8d2ed07a1

@@ -213,3 +213,9 @@ host my-server {
```bash ```bash
systemctl enable --now systemd-timesyncd systemctl enable --now systemd-timesyncd
``` ```
Если опять получаем ошибку **Failed to set ntp: NTP not supported**, то выполнить команду:
```bash
systemctl unmask systemd-timesyncd.service
```