#!/bin/bash

. ${TOOLKIT}-functions.sh

$SOMETHING_CHANGED && {
	restart_service snmpd snmpd || exit 1
}

exit 0
