Hi,
I have a VPS running debian 12. If I run resolvectl dns eth0
I get the output -bash: resolvectl: command not found
. I thought resolvectl was part of systemd, so it should be available on a pretty much stock debian install.
Hi,
I have a VPS running debian 12. If I run resolvectl dns eth0
I get the output -bash: resolvectl: command not found
. I thought resolvectl was part of systemd, so it should be available on a pretty much stock debian install.
Then it really does not exist, strange. Maybe check where the systemd binaries are located and check if something’s there, for example
which systemctl
and look in that directory