Note: this applies to ABC SBC release 5.4 and higher.
For special cases, when some command or script is needed to be started inside the ABC SBC or CCM container on every container start, there is the possibility to provide custom pre-init scripts that will be started automatically.
The pre-init part is started during container boot, after networking is up, but before other services.
To provide custom script(s) to be started, there is a directory under the /data directory of the container. If the /data is used as persistent, it allows those custom script to survive even container replacement.
Directory path:
All scripts found in that directory, that are set as executable, will be started in alphanumerical order.