source: projects/specs/trunk/d/dbskkd-cdb/dbskkd-cdb.xinetd @ 10160

Revision 10160, 459 bytes checked in by ara_t, 8 years ago (diff)

add patch and xinetd files

Line 
1# default: on
2# description: dbskkd-cdb is a skkserv implementation, \
3#              a Japanese dictionary server for the Simple Kana to \
4#              Kanji conversion program.
5service skkserv
6{
7    port = 1178
8    socket_type = stream
9    wait = no
10    only_from = 127.0.0.1
11    user = nobody
12    server = /usr/sbin/dbskkd-cdb
13    # specify dictionary path
14    server_args = /usr/share/skk/SKK-JISYO.L.cdb
15    log_on_failure += USERID
16    disable = no
17}
Note: See TracBrowser for help on using the repository browser.