Skip to content

Commit bd43720

Browse files
authored
Set timeout for service starts (#178)
1 parent d78aeca commit bd43720

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ BUG FIXES:
2525
* Role was failing to uninstall NGINX App Protect DoS packages when the `nginx_app_protect_dos_state` was set to `absent`.
2626
* Uninstallation scenario was unintentionally creating repository entries.
2727
* Ansible check mode runs will no longer fail if NGINX has not yet been installed.
28+
* The `nginx_app_protect_timeout` setting previous only applied to service stop operations. Now includes both start and stop operations.
2829

2930
## 0.7.1 (February 16, 2022)
3031

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Service]
22
# Override default 90 second timeout
3-
TimeoutStopSec={{ nginx_app_protect_timeout }}
3+
TimeoutSec={{ nginx_app_protect_timeout }}

0 commit comments

Comments
 (0)