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

c88dcf
diff -up nfs-utils-2.3.1/systemd/nfs-server.service.orig nfs-utils-2.3.1/systemd/nfs-server.service
c88dcf
--- nfs-utils-2.3.1/systemd/nfs-server.service.orig	2018-01-19 10:25:38.153513857 -0500
c88dcf
+++ nfs-utils-2.3.1/systemd/nfs-server.service	2018-01-19 10:30:52.977245126 -0500
c88dcf
@@ -26,6 +26,7 @@ Type=oneshot
c88dcf
 RemainAfterExit=yes
c88dcf
 ExecStartPre=/usr/sbin/exportfs -r
c88dcf
 ExecStart=/usr/sbin/rpc.nfsd
c88dcf
+ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi'
c88dcf
 ExecStop=/usr/sbin/rpc.nfsd 0
c88dcf
 ExecStopPost=/usr/sbin/exportfs -au
c88dcf
 ExecStopPost=/usr/sbin/exportfs -f