utxd.conf(4) — File Formats
NAME
utxd.conf − Configuration file used by utxd
SYNOPSIS
/var/adm/utx/utxd.conf
DESCRIPTION
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-idSpecifies the name or ID of the service. This value can be one of the following:
kkcTo indicate service for Kana-Kanji conversion (see kkc(5))
odlTo indicate service for On-Demand Loading (see odl(5))
simTo indicate service for the software phrase input method (see sim(5))
object-nameSpecifies the name of the daemon, which can be kkcd, odld, or simd, depending on service-id.
object-pathSpecifies the pathname of the daemon.
The preceding fields are separated by tab characters.
FILES
/var/adm/utx/utxd.conf
Configuration file