19
0
Fork 0

Fix Varnish check conf

This commit is contained in:
whirigoyen 2022-09-13 14:59:42 +02:00
parent 928338b2a5
commit 4edeb03505
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ spamassassin --lint
## Varnish
~~~
# varnishd -Cf /etc/varnish/default.vcl > /dev/null
# sudo -u varnish varnishd -Cf /etc/varnish/default.vcl
~~~
Dans certain cas, il est possible d'obtenir l'erreur `cannot open shared object file: Permission denied`, essayer de relancer la commande après avoir mis votre umask à `0007`.