We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3609508 commit afe43cdCopy full SHA for afe43cd
deploy_knot.sh
@@ -16,8 +16,9 @@ fi
16
17
python3 generate_nn.py
18
python3 makereverse.py
19
-chown root:knot *.zone
20
cp -f *.zone /var/lib/knot/zones
+chown knot:knot /var/lib/knot/zones/*.zone
21
+chmod 664 /var/lib/knot/zones/*.zone
22
23
systemctl restart knot
24
sleep 2
infra/ansible/roles/knot_authoritative/tasks/main.yaml
@@ -59,7 +59,7 @@
59
ansible.builtin.file:
60
path: /var/lib/knot/zones
61
state: directory
62
- owner: root
+ owner: knot
63
group: knot
64
mode: "760"
65
0 commit comments