Commit b495ac54 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Static interface config should be world readable for systemd-networkd to pick it up

parent 1787e7b5
......@@ -386,8 +386,8 @@ reconfigure_networking() {
echo "" >> /etc/systemd/network/$int.network
echo "[DHCP]" >> /etc/systemd/network/$int.network
echo "UseDomains=true" >> /etc/systemd/network/$int.network
chmod 644 /etc/systemd/network/$int.network
fi
chmod 644 /etc/systemd/network/$int.network
else
rm -f /etc/systemd/network/$int.network
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment