1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-18 23:02:56 +00:00

Quickfix: Make key readable

This commit is contained in:
Knut Ahlers 2019-12-23 22:34:02 +01:00
parent ef01f24fe7
commit 3bf70db64d
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -9,6 +9,7 @@ set -euxo pipefail
if [ "${1:-}" = 'named' ]; then
# Generate rndc communication key
rndc-confgen -a
chmod 0644 /etc/bind/rndc.key
# Start crond in the background
crond