2020-10-21 09:18:30 -05:00
|
|
|
---
|
|
|
|
- name: Reload s6-rc
|
|
|
|
service:
|
|
|
|
name: s6-rc
|
|
|
|
state: reloaded
|
|
|
|
|
|
|
|
- name: Reload Dovecot
|
|
|
|
command: s6-svc -h /run/service/dovecot
|
|
|
|
|
|
|
|
- name: Restart Dovecot
|
2020-10-23 12:28:36 -05:00
|
|
|
command: s6-svc -wR -T 5000 -ru /run/service/dovecot
|
2020-10-21 09:18:30 -05:00
|
|
|
|
|
|
|
- name: Restart Dovecot log
|
2020-10-23 12:28:36 -05:00
|
|
|
command: s6-svc -wR -T 5000 -ru /run/service/dovecot-log
|