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

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