Use reload instead of restart to prevent downtime during config updates
This commit is contained in:
parent
71b9b29815
commit
1c541bd43d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ haproxy.service:
|
|||
service.running:
|
||||
- name: haproxy
|
||||
- enable: True
|
||||
- reload: True
|
||||
- require:
|
||||
- pkg: haproxy
|
||||
- watch:
|
||||
|
|
Loading…
Reference in a new issue