I have a script that I want to run every time the WB45 initializes. What do I need to do with it?

Initialization scripts that run every time the WB45 boots up are stored in "/etc/init.d". Notice that the scripts here have a naming convention such that they start with "S99" where 99 can be replaced by any number. The scripts are run in ascending order meaning S24script will run before S45script runs. It is recommended that customer scripts are run after all default scripts run so that the module may be fully initialized.

Products