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