diff --git a/software/erp5testnode/buildout.hash.cfg b/software/erp5testnode/buildout.hash.cfg index 2893bddbf16ad85a94f5096123156ed0e3c8bae2..8bcd19f9a6e03959addc01a118c04a741ab494a0 100644 --- a/software/erp5testnode/buildout.hash.cfg +++ b/software/erp5testnode/buildout.hash.cfg @@ -18,4 +18,4 @@ md5sum = 307663d73ef3ef94b02567ecd322252e [template-default] filename = instance-default.cfg -md5sum = eb3639e304513028cb3c7790edbab2a4 +md5sum = 9d7e2e9c525da4f8467bbcc037d1d8b2 diff --git a/software/erp5testnode/instance-default.cfg b/software/erp5testnode/instance-default.cfg index edacba18f59708ff6ba0bb791781d89b8fe7d345..d378b1216d077af516839d4fc4e98c13d6b40903 100644 --- a/software/erp5testnode/instance-default.cfg +++ b/software/erp5testnode/instance-default.cfg @@ -18,6 +18,7 @@ parts = resiliency-exclude-file shellinabox-frontend-reload promises + testnode-service [monitor-publish] recipe = slapos.cookbook:publish @@ -74,14 +75,14 @@ apache-modules-dir = ${apache:location}/modules apache-mime-file = ${apache:location}/conf/mime.types apache-htpasswd = ${apache:location}/bin/htpasswd -[testnode] +[testnode-service] # wrapper over erp5testnode which restarts the service when configuration changed recipe = slapos.cookbook:wrapper wrapper-path = $${basedirectory:services}/erp5testnode -command-line = $${testnode-bin:wrapper} +command-line = $${testnode:wrapper} hash-files = - $${testnode-bin:wrapper} - $${testnode-bin:configuration-file} + $${testnode:wrapper} + $${testnode:configuration-file} [shell-environment] shell = ${bash:location}/bin/bash