#!/bin/bash

. ${TOOLKIT}-functions.sh

$SOMETHING_CHANGED && {
	restart_service isc-dhcp-server dhcpd || exit $?
}

exit 0
