File 0059-Add-SHELL-env-var-for-the-salt-api.service.patch of Package salt.4663
From 47d6c77dcf8b47db9a097d4d09afd390c60bc278 Mon Sep 17 00:00:00 2001
From: Bo Maryniuk <bo@suse.de>
Date: Wed, 12 Apr 2017 16:33:50 +0200
Subject: [PATCH 59/60] Add SHELL env var for the salt-api.service
---
pkg/salt-api.service | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/salt-api.service b/pkg/salt-api.service
index 9be2cb8ee6..130d7da5b6 100644
--- a/pkg/salt-api.service
+++ b/pkg/salt-api.service
@@ -5,6 +5,7 @@ After=network.target
[Service]
User=salt
Type=simple
+Environment=SHELL=/bin/bash
LimitNOFILE=8192
ExecStart=/usr/bin/salt-api
TimeoutStopSec=3
--
2.11.0