From ac1ea30fed36e1619adaa51587b025ea8ba50d44 Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 3 Jul 2020 04:53:15 +0200 Subject: [PATCH] Squid --- HowtoDebian/MigrationStretchBuster.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/HowtoDebian/MigrationStretchBuster.md b/HowtoDebian/MigrationStretchBuster.md index c0b56720..580d39db 100644 --- a/HowtoDebian/MigrationStretchBuster.md +++ b/HowtoDebian/MigrationStretchBuster.md @@ -174,4 +174,18 @@ Il faut mettre à jour si le projet utilise bundle. ~~~ $ RAILS_ENV=production bundle install --redownload -~~~ \ No newline at end of file +~~~ + +## Squid + +Il faut s'assurer d'avoir l'override systemd. + +``` +# systemctl edit squid +# systemd override for Squid +[Service] +ExecStart= +ExecStart=/usr/sbin/squid -sYC -f /etc/squid/evolinux-defaults.conf +# systemctl daemon-reload +# systemctl restart squid +``` \ No newline at end of file