description "Squid caching proxy"
after ["network.target", "nss-lookup.target"]
type "forking"
- limit_nofile 65536
+ limit_nofile 98304
exec_start_pre "/usr/sbin/squid -N -z"
exec_start "/usr/sbin/squid -Y"
exec_reload "/usr/sbin/squid -k reconfigure"
service "squid" do
action [:enable, :start]
subscribes :restart, "systemd_service[squid]"
+ subscribes :restart, "directory[#{cache_dir}]"
subscribes :reload, "template[/etc/squid/squid.conf]"
subscribes :reload, "template[/etc/resolv.conf]"
end