diff --git a/nfs-utils-2.3.1-systemd-gssproxy-restart.patch b/nfs-utils-2.3.1-systemd-gssproxy-restart.patch index 8f46e15..8bec91c 100644 --- a/nfs-utils-2.3.1-systemd-gssproxy-restart.patch +++ b/nfs-utils-2.3.1-systemd-gssproxy-restart.patch @@ -5,7 +5,7 @@ diff -up nfs-utils-2.3.1/systemd/nfs-server.service.orig nfs-utils-2.3.1/systemd RemainAfterExit=yes ExecStartPre=/usr/sbin/exportfs -r ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS -+ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl restart gssproxy ; fi' ++ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi' ExecStop=/usr/sbin/rpc.nfsd 0 ExecStopPost=/usr/sbin/exportfs -au ExecStopPost=/usr/sbin/exportfs -f diff --git a/nfs-utils.spec b/nfs-utils.spec index ea44d7f..c14feb9 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -312,6 +312,7 @@ fi * Sat Oct 27 2018 Steve Dickson 2.3.3-1.rc1 - Changed /var/lib/nfs/rpc_pipefs to have 555 permissions - Removed tcp wrappers support from man pages +- Reload not restart gssproxy in nfs-server.service * Sat Oct 27 2018 Steve Dickson 2.3.3-0.rc1 - Updated to latest uupstream RC release: nfs-utils-2-3-4-rc1