Skip to content
  • Kevin Daudt's avatar
    main/squid: make sure statedir exists · 5160c2a9
    Kevin Daudt authored
    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
    5160c2a9