diff --git a/roles/float-base-docker/templates/systemd.j2 b/roles/float-base-docker/templates/systemd.j2
index 53d9aecb78dc6b62ded509b5638919b56f961983..93649d649acbb8dde20c7adb3b0fb793913cee17 100644
--- a/roles/float-base-docker/templates/systemd.j2
+++ b/roles/float-base-docker/templates/systemd.j2
@@ -21,6 +21,7 @@ ExecStart=/usr/lib/float/docker/run-{{ item.service }}-{{ item.container.name }}
 ExecStopPost=-/usr/bin/{{ container_runtime }} rm -f -i --cidfile=%t/%N.cid
 {% endif %}
 ExecStopPost=-rm -f %t/%N.cid
+ExecReload=/usr/bin/{{ container_runtime }} kill --signal SIGHUP {{ item.service }}-{{ item.container.name }}
 TimeoutStopSec=60
 TimeoutStartSec=240
 KillMode=mixed