diff --git a/software/slaprunner/common.cfg b/software/slaprunner/common.cfg
index 37342ae65d4f36444d7c862961ab2f1caa56d060..69a925d69fbd4ff69533287b3d15aa7450e304dc 100644
--- a/software/slaprunner/common.cfg
+++ b/software/slaprunner/common.cfg
@@ -67,7 +67,7 @@ mode = 0644
 recipe = hexagonit.recipe.download
 url = ${:_profile_base_location_}/template/runner-export.sh.jinja2
 download-only = true
-md5sum = 41c0213f5cc07ecbe5c2852ef1844ac9
+md5sum = 9dc934fe5015ff53869830a833266192
 filename = runner-export.sh.jinja2
 mode = 0644
 
diff --git a/software/slaprunner/template/runner-export.sh.jinja2 b/software/slaprunner/template/runner-export.sh.jinja2
index 85bc70346ae6bad607a4d2ca1ee741a524044891..81ffae8de4d511968611d19b76a7fe95afe1a939 100644
--- a/software/slaprunner/template/runner-export.sh.jinja2
+++ b/software/slaprunner/template/runner-export.sh.jinja2
@@ -13,6 +13,7 @@ sync_element () {
 
   # Concatenate the exclude file of each partition of webrunner
   # to create a global exclude file.
+  exclude_content="instance/supervisord.socket"
   for partition in $srv_directory/runner/instance/slappart*
   do
     exclude_file="$partition/srv/exporter.exclude"