ここでは、辞書サービスの使用方法について説明します。
なお、辞書サービスは、Charset-Web入力の各機能を使用する間は常に起動している必要があります。
注意
実行ファイルを実行する場合は、スーパーユーザーで実行してください。
◆実行ファイル
/usr/lib/systemd/system/ICMWA000.service
/etc/init.d/ICMWA000
◆呼び出し形式
systemctl start ICMWA000.service
systemctl stop ICMWA000.service
ICMWA000 start
ICMWA000 stop
◆実行手順
呼び出し形式に従って、実行ファイルを実行してください。
例
# systemctl start ICMWA000.service
# /etc/init.d/ICMWA000 start
# systemctl stop ICMWA000.service
# /etc/init.d/ICMWA000 stop
◆自動起動の設定
OSの起動/停止時に、辞書サービスを自動的に起動/停止させる場合は、次のコマンドを実行して設定を行ってください。
# systemctl enable ICMWA000.service
# ln -s /etc/init.d/ICMWA000 /etc/rc2.d/S99ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc3.d/S99ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc4.d/S99ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc5.d/S99ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc0.d/K00ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc1.d/K00ICMWA000 # ln -s /etc/init.d/ICMWA000 /etc/rc6.d/K00ICMWA000