bundles/powerdns: sleep a bit until notifying secondaries

This commit is contained in:
Franzi 2025-07-14 05:22:14 +02:00
parent d598bac50c
commit 40acd2c8d2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -68,7 +68,7 @@ svc_systemd = {
actions = {
'powerdns_reload_zones': {
'triggered': True,
'command': r'pdns_control rediscover; pdns_control reload; pdns_control notify \*',
'command': r'pdns_control rediscover; pdns_control reload; sleep 5; pdns_control notify \*',
'after': {
'svc_systemd:pdns',
},