Sfoglia il codice sorgente

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

tags/v1.0.0
Benjamin Neff 4 anni fa
parent
commit
49a5a42ff9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      diaspora/service.sls

+ 3
- 0
diaspora/service.sls Vedi File

@@ -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:

Loading…
Annulla
Salva