File 0037-salt-minion-service-back-to-type-simple.patch of Package salt.4202
From 9882bf21103930ee1906efe3e22bdc0e3d032e58 Mon Sep 17 00:00:00 2001
From: Michael Calmer <mc@suse.de>
Date: Wed, 14 Dec 2016 14:12:17 +0100
Subject: [PATCH 37/38] salt-minion service back to type simple
---
pkg/salt-minion.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/salt-minion.service b/pkg/salt-minion.service
index 939326c..dc62691 100644
--- a/pkg/salt-minion.service
+++ b/pkg/salt-minion.service
@@ -3,7 +3,7 @@ Description=The Salt Minion
After=network.target
[Service]
-Type=notify
+Type=simple
LimitNOFILE=8192
ExecStart=/usr/bin/salt-minion
--
2.10.2