# default: off
# description: dbskkd-cdb is the one of the implementations of skkserv.
#	       skkserv is the dictionary server for the Simple Kana to
#              Kanji conversion program.
service skkserv
{
	port	= 1178
	socket_type	= stream
	wait 	= no
	only_from = 127.0.0.1
	user	= nobody
	server	= /usr/sbin/dbskkd-cdb
	log_on_failure	+= USERID
	disable = yes
}
