#!/bin/sh

for action in stop start; do 
	/mod/etc/init.d/S80mdnsd $action
done < /dev/null > /dev/null 2>&1

exit 0

