mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Disable systemd-resolved
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f99929f796
commit
520bb847e6
@ -116,6 +116,7 @@ unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignitio
|
||||
sudo mkdir /etc/systemd/system/unbound.service.d
|
||||
unpriv curl https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/system/unbound.service.d/override.conf | sudo tee /etc/systemd/system/unbound.service.d/override.conf
|
||||
sudo systemctl enable --now unbound
|
||||
sudo systemctl disable systemd-resolved
|
||||
|
||||
# Setup fwupd
|
||||
if [ "$virtualization" = 'none' ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user