# default: on
# description: The suitjd server is the server for the event viewer \
#       launched from SPM.  The user is authenticated via SMAUTH \
#       and only root and users in the amsuser group may use the  \
#       SUITlets.
service suitjd
{
	port			= 3354
	socket_type		= stream
	protocol		= tcp
	wait			= no
	user			= root
	log_on_success		+= USERID
	log_on_failure 		+= USERID
	server			= /usr/share/sysman/bin/suitjd
	disable			= no
}
