-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detecting timeouts when a service stops
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
+ boot | ||
+ main - list of modules to start the system | ||
+ _boot_ | ||
+ _main_ - list of modules to start the system | ||
|
||
+ shutdown | ||
+ serviceTimeout - the time after which the warning will be issued | ||
+ serviceAsyncShutdownAfterTimeout - if the shutdown time exceeded **serviceTimeout**, the system proceeds to shutdown the next service. | ||
+ _shutdown_ | ||
+ _serviceTimeout_ - the time after which the warning will be issued | ||
+ _serviceAsyncShutdownAfterTimeout_ - if the shutdown time exceeded **serviceTimeout**, the system proceeds to shutdown the next service. |