#!/bin/bash

. ${TOOLKIT}-functions.sh

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

exit 0
