I start squid with the following entry in /etc/rc.local.
if [ -x /usr/local/sbin/squid ]; then
echo -n ' squid'; /usr/local/sbin/squid
fi
Best regards.
Patrick
Daniel Ouellet schrieb:
> Patrick Hemmen wrote:
>> Squid runs under the user _squid and this user is in the login class
>> "daemon" in which the data size is set to infinity. Or do I have to
>> set a another capability?
>
> How do you start your squid is the key.
>
> man 5 login.conf
> man 8 rc
>
> explain it. Just putting the class there for a specific user doesn't
> make it use it unless you specify that class at the start in your rc.local
>
> It's not for squid, but check the principal and ideas here:
>
> http://openbsdsupport.org/mysql.htm#/etc/login.conf
> http://openbsdsupport.org/mysql.htm#/etc/rc.local
>
> You will see that unless you specifically tell it to use it, it will not
> use it and only gets the default class no matter what you put in there.
>
> Hope this help you.
>
> Daniel
[demime 1.01d removed an attachment of type application/x-pkcs7-signature which
had a name of smime.p7s]