Set permissions of /etc/systemd/resolved.conf
This commit is contained in:
parent
fb87ad06da
commit
f000d4f733
2 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,10 @@ URL_APPARMOR_PROFILE="https://version.home-assistant.io/apparmor.txt"
|
||||||
info "Restarting NetworkManager"
|
info "Restarting NetworkManager"
|
||||||
systemctl restart "${SERVICE_NM}"
|
systemctl restart "${SERVICE_NM}"
|
||||||
|
|
||||||
|
# Set permissions of /etc/systemd/resolved.conf
|
||||||
|
info "Setting permissions of /etc/systemd/resolved.conf"
|
||||||
|
chmod 644 /etc/systemd/resolved.conf
|
||||||
|
|
||||||
# Enable and restart systemd-resolved
|
# Enable and restart systemd-resolved
|
||||||
info "Enable systemd-resolved"
|
info "Enable systemd-resolved"
|
||||||
systemctl enable systemd-resolved.service> /dev/null 2>&1;
|
systemctl enable systemd-resolved.service> /dev/null 2>&1;
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
etc/systemd/resolved.conf 644
|
|
Loading…
Reference in a new issue