diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 47a317732f741cfe8f4463bb81de83f95b2a27ba..6ef274bfdc5d75ce577767b9b5e5c5fd4e7da5f2 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -198,7 +198,7 @@ extra-context =
 [template-tidstorage]
 recipe = slapos.recipe.build:download
 url = ${:_profile_base_location_}/instance-tidstorage.cfg.in
-md5sum = 0a065f567df537651bfd459b35c6a575
+md5sum = 5572d10b343bd2de90deeaf55dd0fdc7
 mode = 640
 
 [template-cloudooo]
diff --git a/stack/erp5/instance-tidstorage.cfg.in b/stack/erp5/instance-tidstorage.cfg.in
index 0949bef201def0e96d1eabf63a8274e8b206cc41..bb930ae6f9d554f05bf9acedcaa841809f51991d 100644
--- a/stack/erp5/instance-tidstorage.cfg.in
+++ b/stack/erp5/instance-tidstorage.cfg.in
@@ -473,7 +473,7 @@ maxconn = {{ backend_configuration['maxconn'] }}
 server-check-path = /{{ site_id }}/getId
 wrapper-path = ${directory:services}/haproxy-{{ backend_name }}
 binary-path = {{ parameter_dict['haproxy'] }}/sbin/haproxy
-ctl-path = ${directory:services}/haproxy-{{ backend_name }}-ctl
+ctl-path = ${directory:bin}/haproxy-{{ backend_name }}-ctl
 backend-list = {{ haproxy_backend_list | join(' ')}}
 {%-  endif %}
 {% endfor -%}