Explorar el Código

fix(service): don't reload too quick after starting the service

tags/v1.0.0
Benjamin Neff hace 4 años
padre
commit
49a5a42ff9
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      diaspora/service.sls

+ 3
- 0
diaspora/service.sls Ver fichero

@@ -77,6 +77,9 @@ diaspora_web_service_restart:
service.running:
- name: diaspora-web.service
- reload: True
- unless: >-
systemctl is-active diaspora-web.service | grep -E 'activ(e|ating)' &&
test $(ps -p $(systemctl show --property MainPID diaspora-web.service | cut -d= -f2) -oetimes=) -lt 10
- require:
- service: diaspora_service
- watch:

Cargando…
Cancelar
Guardar