Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 380afce561c36ae3b99722c7c6f91cfb > files > 47

bind-9.10.1.P2-2.mga5.src.rpm

#!/bin/bash

if [ "$2" = 'up' -o "$2" = 'down' ]; then
	/sbin/systemctl reload named.service > /dev/null 2>&1 || true
	/sbin/systemctl reload named-sdb.service > /dev/null 2>&1 || true
fi