From f6534519ed6dcd443e9b5b8f7dc6dfe1fb508ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 20 Jan 2016 11:00:15 +0100 Subject: [PATCH 01/22] 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 0eadf88..2b0f326 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.1.4