2023-01-09 13:52:13 +01:00
|
|
|
From 0dc36f5d2e8ba94e2a527323b698fd49a98f5246 Mon Sep 17 00:00:00 2001
|
2017-11-27 18:18:19 +01:00
|
|
|
From: Christian Lanig <clanig@suse.com>
|
|
|
|
Date: Mon, 27 Nov 2017 13:10:26 +0100
|
2018-01-26 14:46:21 +01:00
|
|
|
Subject: [PATCH] Run salt-api as user salt (bsc#1064520)
|
2017-11-27 18:18:19 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
pkg/salt-api.service | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/pkg/salt-api.service b/pkg/salt-api.service
|
2023-01-09 13:52:13 +01:00
|
|
|
index d0b6d74120..9cdc9c582b 100644
|
2017-11-27 18:18:19 +01:00
|
|
|
--- a/pkg/salt-api.service
|
|
|
|
+++ b/pkg/salt-api.service
|
|
|
|
@@ -6,6 +6,7 @@ After=network.target
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
NotifyAccess=all
|
|
|
|
+User=salt
|
|
|
|
LimitNOFILE=8192
|
|
|
|
ExecStart=/usr/bin/salt-api
|
|
|
|
TimeoutStopSec=3
|
|
|
|
--
|
2023-01-09 13:52:13 +01:00
|
|
|
2.37.3
|
2018-01-26 14:46:21 +01:00
|
|
|
|
2017-11-27 18:18:19 +01:00
|
|
|
|