mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
debian: build all 3 ARCHs (#150)
Just build them all, and some typos fixed. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
8fbbcc6ae8
commit
6530a4f15a
2 changed files with 5 additions and 5 deletions
6
debian/coredns.service
vendored
6
debian/coredns.service
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue