10 lines
468 B
XML
10 lines
468 B
XML
<!-- Règles pour bind //-->
|
|
<Rules priority="1">
|
|
<Service type="deb" name="bind9" status="on"/>
|
|
<Action name="bind-permission" timing="post"
|
|
when="modified" status="check"
|
|
command="mkdir -p /etc/bind/generated; mkdir -p /etc/bind/signed; chmod 775 /etc/bind/generated /etc/bind/signed"/>
|
|
<Group name="munin-node">
|
|
<Path type="symlink" name="/etc/munin/plugins/bind9_rndc" to="/usr/share/munin/plugins/bind9_rndc"/>
|
|
</Group>
|
|
</Rules>
|