| Click this button to go to the index for this section. |
utxd.conf(4)
NAME
utxd.conf - Configuration file used by utxdSYNOPSIS
/var/adm/utx/utxd.confDESCRIPTION
The utxd.conf file is read by the utxd daemon and contains information about other utx daemons that have to be spawned. In this file, lines that begin with the character # are treated as comment lines. Each line that is not a comment must conform to the following format: service-id object-name object-path In this format: service-id Specifies the name or ID of the service. This value can be one of the following: kkc To indicate service for Kana-Kanji conversion (see kkc(5)) odl To indicate service for On-Demand Loading (see odl(5)) sim To indicate service for the software phrase input method (see sim(5)) object-name Specifies the name of the daemon, which can be kkcd, odld, or simd, depending on service-id. object-path Specifies the pathname of the daemon. The preceding fields are separated by tab characters.FILES
/var/adm/utx/utxd.conf Configuration fileRELATED INFORMATION
Commands: kkcd(8), odld(8), simd(8), utxd(8) Files: tty(7), utx(7) Others: kkc(5), odl(5), sim(5)