systemd/resolved.conf.d/README: note my scripts existing

This commit is contained in:
Aminda Suomalainen 2024-05-15 20:29:59 +03:00
parent cb3c944d47
commit 7f918cc797
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,9 @@
## Quickstart ## Quickstart
This is also done by `../../systemd-resolv.conf-restore.bash` which takes
into account more circumstances...
```bash ```bash
sudo systemctl enable --now systemd-resolved.service sudo systemctl enable --now systemd-resolved.service
sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
@ -24,6 +27,10 @@ sudo ln -rsf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sudo systemctl restart systemd-resolved sudo systemctl restart systemd-resolved
``` ```
...but `../../systemd-resolv.conf-generate.bash` **is better.** Although
`../../resolv.conf-generate.bash` **is the best** this repository has to
offer.
## Files explained ## Files explained
- `00-defaults.conf` - configuration that should be used everywhere. - `00-defaults.conf` - configuration that should be used everywhere.