#! /bin/sh
# /etc/servers doesn't allow options or command lines.  Edit this
# to add the options you want to start snntpd with.
options=
exec su news -c "exec `dirname $0`/snntpd $options"
