Set logind.conf InhibitDelayMaxSec to 600 seconds
Allow system to lock for shutdown for 10 minutes by default.
Related-Prod: PRODX-43725
Change-Id: I19c3c7c0d256fec2d846a267ab70f3a47b942892
diff --git a/de/heat-templates/scripts/launch.sh b/de/heat-templates/scripts/launch.sh
index 9b1834c..e5392ac 100644
--- a/de/heat-templates/scripts/launch.sh
+++ b/de/heat-templates/scripts/launch.sh
@@ -124,6 +124,7 @@
# at the very beginning in the same order.
ucp)
configure_sysctl_limits
+ configure_logind_conf
disable_unattended_upgr
setup_bind_mounts
wait_for_external_network
@@ -167,6 +168,7 @@
;;
master)
configure_sysctl_limits
+ configure_logind_conf
disable_unattended_upgr
setup_bind_mounts
wait_for_external_network
@@ -202,6 +204,7 @@
;;
worker)
configure_sysctl_limits
+ configure_logind_conf
disable_unattended_upgr
setup_bind_mounts
wait_for_external_network