aboutsummaryrefslogtreecommitdiff
path: root/utils/cache-domains/files/30-cache-domains
Commit message (Collapse)AuthorAge
* cache-domains: Fixed hotplug script not runningGerard Ryan2022-03-08
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Improved ifup hotplug reliabilityGerard Ryan2020-07-11
| | | | | | | I've noticed that in deployment on some reboots it won't configure, This seems to be due to running before the system/network is ready. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Changed to hotplug scriptGerard Ryan2019-12-02
Since we have to restart dnsmasq to reload the config anyway, this package doesn't need to run before anything. We do however need to wait for the network so I've changed this service to be a hotplug script and utility script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>