bundles/unbound: automatically restart unbound if dns resolution fails for more than five minutes
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-19 20:03:24 +02:00
parent 35938ead04
commit f0987ccb44
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,9 @@ files = {
'svc_systemd:unbound:restart',
},
},
'/usr/local/sbin/unbound-auto-restart': {
'mode': '0755',
},
}
actions = {