fix: Add warning when disabling network manager

This commit is contained in:
Aleksey Saprunov 2022-12-28 18:28:20 +04:00
parent cd886a1712
commit 27e2daaf66
2 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,7 @@ Not Configuration - Do not change unit systemd state
Enabled - Turn the unit into enabled (execute the command systemctl enable network.service)
Disabled - Turn the unit into off state (execute the command systemctl disable network.service)
WARNING! Turning off the Network Manager will make the network inoperable. You must manually start Network Manager to restore it.
</string>
<string id="NetworkManager-wait-online_service">Network manager waiting for network on boot</string>

View File

@ -205,6 +205,8 @@
Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable network.service)
Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl disable network.service)
ВНИМАНИЕ! Выключение Network Manager приведет к неработоспособности сети. Для восстановления работоспособности необходимо повторно вручную запустить Network Manager.
      </string>
      <string id="NetworkManager-wait-online_service">Ожидание Network Manager'ом сети при загрузке</string>