File 0035-salt-api-service-must-be-from-type-simple.patch of Package salt.4202
From a6ffd18972c26a977796ec5781638cd2d973422d Mon Sep 17 00:00:00 2001
From: Michael Calmer <mc@suse.de>
Date: Sun, 11 Dec 2016 10:07:27 +0100
Subject: [PATCH 35/38] salt-api service must be from type simple
---
pkg/salt-api.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/salt-api.service b/pkg/salt-api.service
index 5878d02..9be2cb8 100644
--- a/pkg/salt-api.service
+++ b/pkg/salt-api.service
@@ -4,7 +4,7 @@ After=network.target
[Service]
User=salt
-Type=notify
+Type=simple
LimitNOFILE=8192
ExecStart=/usr/bin/salt-api
TimeoutStopSec=3
--
2.10.2