initial commit
This commit is contained in:
12
chapter10/function_startup_event_script
Executable file
12
chapter10/function_startup_event_script
Executable file
@@ -0,0 +1,12 @@
|
||||
startup_event_script ()
|
||||
{
|
||||
# Put anything that you want to execute WHEN, or AS, the
|
||||
# monitored process STARTS in this function
|
||||
|
||||
: # No-OP - Needed as a placeholder for an empty function
|
||||
# Comment Out the Above colon, ':'
|
||||
|
||||
STARTUP_RC=$?
|
||||
return $STARTUP_RC
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user