Change dnsmasq-restart cron delay from 30s to 15s

Task name already said "15s after reboot" but content had sleep 30.
Align content with name; faster recovery from systemd-resolved race at boot.
This commit is contained in:
cproudlock
2026-04-14 13:01:38 -04:00
parent ade2f3b5ff
commit d14c240b48

View File

@@ -743,7 +743,7 @@
dest: /etc/cron.d/dnsmasq-restart
mode: '0644'
content: |
@reboot root /bin/sleep 30 && /usr/bin/systemctl restart dnsmasq.service
@reboot root /bin/sleep 15 && /usr/bin/systemctl restart dnsmasq.service
# --- Web Management App (Flask) ---
- name: "Create webapp directory"