#!/bin/sh

if [ -n "$PLESK_INSTALLER_DEBUG" -o -n "$PLESK_INSTALLER_VERBOSE" ]; then
	set -x;
fi

service="/etc/init.d/xinetd"

[ -f "$service" ] exit 0
$service restart
exit 0
