Use the
following procedure to configure Blueworx Voice Response to shut
down automatically
when the AIX operating system is shut down.
Start
- Log
on to AIX as root.
- Editing the
script: Edit or create the rc.shutdown script
in the /etc directory.
- Add the following
lines to the script:
if [ -x /usr/lpp/dirTalk/tools/DT_shutdown ]
then
/usr/lpp/dirTalk/tools/DT_shutdown
fi
exit 0
- Save your changes.
- Activating
the script: To make the script executable, type the following
command on the command
line, then press Enter:
chmod +x /etc/rc.shutdown