You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workstation distros like Fedora and Ubuntu tend to have systemd-resolved pre-installed, which is required for ZET service to function with the default config.
Server distros like RedHat and Debian do not, so they must either install systemd-resolved or run-as root to enable manipulating /etc/resolv.conf, which does not perform as well as the default mode of operation.
Both RedHat and Debian distros' package managers have a concept of recommended or suggested packages, so we could include systemd-resolved as such a soft dependency and enhance the install script and instructions to do the right thing for server distros, which would be to not install systemd-resolved by default while making it convenient and obvious how to install it concurrently.
The text was updated successfully, but these errors were encountered:
Workstation distros like Fedora and Ubuntu tend to have
systemd-resolved
pre-installed, which is required for ZET service to function with the default config.Server distros like RedHat and Debian do not, so they must either install
systemd-resolved
or run-as root to enable manipulating/etc/resolv.conf
, which does not perform as well as the default mode of operation.Both RedHat and Debian distros' package managers have a concept of recommended or suggested packages, so we could include
systemd-resolved
as such a soft dependency and enhance the install script and instructions to do the right thing for server distros, which would be to not installsystemd-resolved
by default while making it convenient and obvious how to install it concurrently.The text was updated successfully, but these errors were encountered: