A DIP can be started and managed automatically by the system process init if it appears in the /etc/inittab file. If you display the inittab file, entries for the voice system processes like TSM and logdaemon, are shown. Typically, one entry is made for each process to run. An entry in the inittab files consists of fields separated by colons (:) that allow you to specify:
The start_vs command rebuilds the modified inittab file by concatenating all the files in /etc/conf/init.d. In order for your entries to be permanent, perform the following procedure:
PI1:4:respawn:/local/bin/stock_dip > /dev/null 2>&1
Now your DIP will start up automatically each time the voice system is started. If you experience problems with this procedure, enter touch /etc/conf/init.d/ name of the system before restarting the voice system.