mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-19 04:32:34 +02:00
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