6fe4934941
see https://docs.saltstack.com/en/latest/topics/releases/2016.3.0.html * backwards-incompatible changes: - The default path for the extension_modules master config option has been changed. - add 0014-Fix-crashing-Maintenence-process.patch see release notes OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=71
28 lines
685 B
Diff
28 lines
685 B
Diff
From 3f8257601cb1224221e10e712c0377254714f6fc Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
|
|
Date: Wed, 20 Jan 2016 11:00:15 +0100
|
|
Subject: [PATCH 01/13] tserong@suse.com -- We don't have python-systemd, so
|
|
notify can't work
|
|
|
|
---
|
|
pkg/salt-master.service | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/pkg/salt-master.service b/pkg/salt-master.service
|
|
index 0eadf88a3837..2b0f32623571 100644
|
|
--- a/pkg/salt-master.service
|
|
+++ b/pkg/salt-master.service
|
|
@@ -4,8 +4,7 @@ After=network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
-Type=notify
|
|
-NotifyAccess=all
|
|
+Type=simple
|
|
ExecStart=/usr/bin/salt-master
|
|
KillMode=process
|
|
|
|
--
|
|
2.8.3
|
|
|