Blame SOURCES/nfs-utils-2.3.1-systemd-gssproxy-restart.patch

d13089
diff -up nfs-utils-2.5.2/systemd/nfs-server.service.orig nfs-utils-2.5.2/systemd/nfs-server.service
d13089
--- nfs-utils-2.5.2/systemd/nfs-server.service.orig	2020-12-16 12:31:27.677558163 -0500
d13089
+++ nfs-utils-2.5.2/systemd/nfs-server.service	2020-12-16 12:33:56.751806659 -0500
d13089
@@ -23,6 +23,7 @@ Type=oneshot
d13089
 RemainAfterExit=yes
d13089
 ExecStartPre=-/usr/sbin/exportfs -r
d13089
 ExecStart=/usr/sbin/rpc.nfsd
d13089
+ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi'
d13089
 ExecStop=/usr/sbin/rpc.nfsd 0
d13089
 ExecStopPost=/usr/sbin/exportfs -au
d13089
 ExecStopPost=/usr/sbin/exportfs -f