r/squid: Let squid initialize cache dirs
The `squid.service` systemd unit now correctly initializes the configured cache directories, so we do not need to do it explicitly before starting the server.
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: initialize squid cache directories
|
||||
command:
|
||||
/usr/sbin/squid -N -z -F -f /etc/squid/squid.conf
|
||||
|
||||
- name: reload squid
|
||||
service:
|
||||
name=squid
|
||||
|
||||
Reference in New Issue
Block a user