FSUM4006
Execve <shell-pathname>, script = <script-pathname>, timeout = <time-interval> seconds

Explanation

/usr/sbin/init issued an execve() request to invoke a shell with pathname <shell-pathname> to execute an initialization script with pathname <script-pathname>. /usr/sbin/init is set up to wait <time-interval> seconds for the shell to finish executing the initialization script.

System action

/usr/sbin/init waits while the shell executes the initialization script.

User response

None.