26 lines
610 B
Diff
26 lines
610 B
Diff
|
From a1782a9c76f0af20e88fa913dd2ac6dcb20c9c37 Mon Sep 17 00:00:00 2001
|
||
|
From: Bo Maryniuk <bo@suse.de>
|
||
|
Date: Thu, 11 Feb 2016 15:16:43 +0100
|
||
|
Subject: [PATCH 07/22] Force-kill websocket's child processes faster than
|
||
|
default two minutes.
|
||
|
|
||
|
---
|
||
|
pkg/salt-api.service | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/pkg/salt-api.service b/pkg/salt-api.service
|
||
|
index ccf3d34..72379ba 100644
|
||
|
--- a/pkg/salt-api.service
|
||
|
+++ b/pkg/salt-api.service
|
||
|
@@ -6,6 +6,7 @@ After=network.target
|
||
|
Type=simple
|
||
|
LimitNOFILE=8192
|
||
|
ExecStart=/usr/bin/salt-api
|
||
|
+TimeoutStopSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
--
|
||
|
2.1.4
|
||
|
|