This commit is contained in:
mwiegand 2021-10-16 19:22:43 +02:00
parent fe24a79b6f
commit 602ef0cc96

View file

@ -64,3 +64,13 @@ svc_systemd = {
}, },
}, },
} }
actions = {
'rspamd_configtest': {
'command': 'false',
'unless': 'rspamadm configtest',
'needs': {
'svc_systemd:rspamd',
},
},
}