-
Type: Task
-
Status: Won't Fix (View Workflow)
-
Priority: Normal
-
Resolution: Won't Fix
-
Component/s: ics_ansible, ics_dnsmasq
-
Labels:None
At some init script, invoke of daemon will exit when /etc/dnsmasq.d/README is missing.
Add blank file...
> # /etc/dnsmasq.d/README is a non-conffile installed by the dnsmasq package.
> # Should the dnsmasq package be removed, the following test ensures that
> # the daemon is no longer started, even if the dnsmasq-base package is
> # still in place.
> test -e /etc/dnsmasq.d/README || exit 0