Blame SOURCES/rshim-sysconfig.patch

470257
From 37b1523b39d7fb0d58d57b8f58c943055b1e83e2 Mon Sep 17 00:00:00 2001
470257
From: Jeffrey Bastian <jbastian@redhat.com>
470257
Date: Tue, 6 Apr 2021 14:24:16 -0500
470257
Subject: [PATCH] add rshim sysconfig file for setting
470257
470257
---
470257
 rshim.service | 1 +
470257
 1 file changed, 1 insertion(+)
470257
470257
diff --git a/rshim.service b/rshim.service
470257
index 84f0e2f49eba..7539133f869c 100644
470257
--- a/rshim.service
470257
+++ b/rshim.service
470257
@@ -9,6 +9,7 @@ After=network.target
470257
 [Service]
470257
 Restart=always
470257
 Type=forking
470257
+EnvironmentFile=-/etc/sysconfig/rshim
470257
 ExecStart=-/usr/sbin/rshim $OPTIONS
470257
 KillMode=control-group
470257
 
470257
--
470257
2.26.3
470257