summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/systemd/systemd/0001-Modfiy-system.conf-DefaultTimeoutStopSec.patch
blob: 5b9f17006df8b931a750a839a06a113cca8542b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From e02932693f92d6230b5520f431e127f7b6e2183e Mon Sep 17 00:00:00 2001
From: James Feist <james.feist@linux.intel.com>
Date: Tue, 6 Mar 2018 16:06:33 -0800
Subject: [PATCH 1/1] Modfiy system.conf DefaultTimeoutStopSec

Current time is 5 minutes, change it to 10 seconds.

Signed-off-by: James Feist <james.feist@linux.intel.com>
---
 src/core/system.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/system.conf.in b/src/core/system.conf.in
index 8112125468..f7a35a56bb 100644
--- a/src/core/system.conf.in
+++ b/src/core/system.conf.in
@@ -39,7 +39,7 @@
 #DefaultStandardOutput=journal
 #DefaultStandardError=inherit
 #DefaultTimeoutStartSec=90s
-#DefaultTimeoutStopSec=90s
+DefaultTimeoutStopSec=10s
 #DefaultTimeoutAbortSec=
 #DefaultRestartSec=100ms
 #DefaultStartLimitIntervalSec=10s
-- 
2.17.1