--- template-apache-frontend.cfg.orig 2020-03-27 15:41:07.978752597 +0100 +++ template-apache-frontend.cfg 2020-03-27 15:42:10.446726318 +0100 @@ -248,10 +248,7 @@ [apache-frontend] recipe = slapos.cookbook:wrapper command-line = /opt/slapgrid/5c94ed66f8a7368932ad080337b583fe/parts/apache/bin/httpd -f ${dynamic-apache-frontend-template:rendered} -DFOREGROUND -wrapper-path = ${directory:service}/frontend_apache -wait-for-files = - ${ca-frontend:cert-file} - ${ca-frontend:key-file} +wrapper-path = ${directory:bin}/frontend_apache [not-found-html] recipe = slapos.cookbook:symbolic.link @@ -315,7 +312,7 @@ recipe = slapos.cookbook:certificate_authority.request key-file = ${cadirectory:certs}/apache_frontend.key cert-file = ${cadirectory:certs}/apache_frontend.crt -executable = ${directory:service}/frontend_apache +executable = ${apache-frontend:wrapper-path} wrapper = ${directory:service}/frontend_apache key-content = ${instance-parameter:configuration.apache-key} cert-content = ${instance-parameter:configuration.apache-certificate}