diff --git a/Makefile b/Makefile index b97d3bd..69bec4d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for building packages for CoreDNS. # ARCH can be and default to amd64 is not set. -# ARCH := amd64 armhf arm64 +ARCH := amd64 armhf arm64 ifeq ($(ARCH),) ARCH:=amd64 @@ -10,7 +10,7 @@ endif .PHONY: debian debian: for a in $(ARCH); do \ - dpkg-buildpackage -us -uc -b --target-arch $$aa ;\ + dpkg-buildpackage -us -uc -b --target-arch $$a ;\ done debian-clean: diff --git a/debian/coredns.service b/debian/coredns.service index 9fa21a7..eab9aed 100644 --- a/debian/coredns.service +++ b/debian/coredns.service @@ -7,9 +7,9 @@ After=network.target PermissionsStartOnly=true LimitNOFILE=1048576 LimitNPROC=512 -CapabilityBoundingSet=CAP_NET_BIND_SERVICE -AmbientCapabilities=CAP_NET_BIND_SERVICE -NoNewPrivileges=true +CapabilityBoundingSet=CAP_NET_BIND_SERVICE +AmbientCapabilities=CAP_NET_BIND_SERVICE +NoNewPrivileges=true User=coredns WorkingDirectory=~ ExecStart=/usr/bin/coredns -conf=/etc/coredns/Corefile