#!/bin/bash

. ${TOOLKIT}-functions.sh

$SOMETHING_CHANGED && {
	restart_service xinetd xinetd || exit 1
}
exit 0
