|
|
|
|
|
|
|
|
|
| |
For IPC, squid creates a socket file in /var/run/squid, but this
directory does not exist. Because /run (/var/run) lives in tmpfs, you
cannot rely on it being created by the package.
Use `checkpath` in the initd file to make sure this path exists.
Fixes #11249
|