From 1efa9bef89b5f5e346ae226c603360579dd6f0fa Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 14 Dec 2016 16:28:58 +0100 Subject: [PATCH] =?UTF-8?q?:=20=E2=86=92=20=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSystemd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoSystemd.md b/HowtoSystemd.md index a56a3e7a..d0d3791d 100644 --- a/HowtoSystemd.md +++ b/HowtoSystemd.md @@ -183,8 +183,8 @@ Dossier `/etc/systemd/system/varnish.service.d`, fichier `/etc/systemd/system/va ~~~ [Service] -ExecStart: /usr/sbin/varnishd -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,16G -p thread_pools=8 -p thread_pool_add_delay=2 -p thread_pool_min=500 -p thread_pool_max=5000 -ExecReload: /etc/varnish/reload-vcl.sh +ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,16G -p thread_pools=8 -p thread_pool_add_delay=2 -p thread_pool_min=500 -p thread_pool_max=5000 +ExecReload=/etc/varnish/reload-vcl.sh ~~~ # Utiliser les templates d'unités