|
|
|
|
@ -78,9 +78,9 @@
|
|
|
|
|
1. Проверка запущенных процессов синхронизации, например, `pidof -q systemd-timesyncd ntpd chronyd`.
|
|
|
|
|
1. Остановка сервисов:
|
|
|
|
|
1. systemd-timesyncd `[[ systemctl --quiet is-active systemd-timesyncd &>/dev/null ]] && systemctl stop systemd-timesyncd`
|
|
|
|
|
1. ntp `[[ systemctl --quiet is-active ntpd &>/dev/null ]] && systemctl stop ntpd`
|
|
|
|
|
1. openntp `[[ systemctl --quiet is-active openntpd &>/dev/null ]] && systemctl stop openntpd`
|
|
|
|
|
1. linuxptp `[[ systemctl --quiet is-active ptp4l &>/dev/null ]] && systemctl stop ptp4l`
|
|
|
|
|
1. ntp `[[ systemctl --quiet is-active ntpd &>/dev/null ]] && systemctl stop ntpd`
|
|
|
|
|
1. openntp `[[ systemctl --quiet is-active openntpd &>/dev/null ]] && systemctl stop openntpd`
|
|
|
|
|
1. linuxptp `[[ systemctl --quiet is-active ptp4l &>/dev/null ]] && systemctl stop ptp4l`
|
|
|
|
|
1. Установка часового пояса: `ln -s /usr/share/zoneinfo/ && ln -s /usr/share/zoneinfo/REGION/ZONE`
|
|
|
|
|
1. Команды записи в конфигурационный файл:
|
|
|
|
|
1. получить статус синхронизации NTP: `/usr/bin/ubconfig get network NTPSERVERS`
|
|
|
|
|
@ -92,6 +92,8 @@
|
|
|
|
|
1. Задать временную зону: `/usr/bin/ubconfig set clock ZONE=REGION/ZONE`
|
|
|
|
|
1. Отключить синхронизацию NTP: `/usr/bin/ubconfig remove network NTPSERVERS`
|
|
|
|
|
|
|
|
|
|
- **ПРИБЛИЗИТЕЛЬНЫЙ МАКЕТ ПРИЛОЖЕНИЯ.**
|
|
|
|
|
- Главное окно
|
|
|
|
|
1. **ПРИБЛИЗИТЕЛЬНЫЙ МАКЕТ ПРИЛОЖЕНИЯ.**
|
|
|
|
|
1. Главное окно
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|