484d257d42
Resolves: #1702443
27 lines
904 B
Diff
27 lines
904 B
Diff
From aa4f43049d1037d1c23becd78ad2f7dd601132f4 Mon Sep 17 00:00:00 2001
|
|
From: Robbie Harwood <rharwood@redhat.com>
|
|
Date: Wed, 24 Apr 2019 12:07:47 -0400
|
|
Subject: [PATCH] Update NFS service name in systemd unit
|
|
|
|
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
|
|
Reviewed-by: Simo Sorce <simo@redhat.com>
|
|
Merges: #247
|
|
(cherry picked from commit 1a789a645175d5aea109a3c0831806b94337b20e)
|
|
---
|
|
systemd/gssproxy.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/systemd/gssproxy.service.in b/systemd/gssproxy.service.in
|
|
index f50f526..ac37df6 100644
|
|
--- a/systemd/gssproxy.service.in
|
|
+++ b/systemd/gssproxy.service.in
|
|
@@ -2,7 +2,7 @@
|
|
Description=GSSAPI Proxy Daemon
|
|
# GSSPROXY will not be started until syslog is
|
|
After=syslog.target
|
|
-Before=nfs-secure.service nfs-secure-server.service
|
|
+Before=rpc-gssd.service
|
|
|
|
[Service]
|
|
Environment=KRB5RCACHEDIR=/var/lib/gssproxy/rcache
|