Reload not restart gssproxy in nfs-server.service
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
47266ee175
commit
2526b0af60
@ -5,7 +5,7 @@ diff -up nfs-utils-2.3.1/systemd/nfs-server.service.orig nfs-utils-2.3.1/systemd
|
|||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStartPre=/usr/sbin/exportfs -r
|
ExecStartPre=/usr/sbin/exportfs -r
|
||||||
ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS
|
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
|
ExecStop=/usr/sbin/rpc.nfsd 0
|
||||||
ExecStopPost=/usr/sbin/exportfs -au
|
ExecStopPost=/usr/sbin/exportfs -au
|
||||||
ExecStopPost=/usr/sbin/exportfs -f
|
ExecStopPost=/usr/sbin/exportfs -f
|
||||||
|
@ -312,6 +312,7 @@ fi
|
|||||||
* Sat Oct 27 2018 Steve Dickson <steved@redhat.com> 2.3.3-1.rc1
|
* Sat Oct 27 2018 Steve Dickson <steved@redhat.com> 2.3.3-1.rc1
|
||||||
- Changed /var/lib/nfs/rpc_pipefs to have 555 permissions
|
- Changed /var/lib/nfs/rpc_pipefs to have 555 permissions
|
||||||
- Removed tcp wrappers support from man pages
|
- Removed tcp wrappers support from man pages
|
||||||
|
- Reload not restart gssproxy in nfs-server.service
|
||||||
|
|
||||||
* Sat Oct 27 2018 Steve Dickson <steved@redhat.com> 2.3.3-0.rc1
|
* Sat Oct 27 2018 Steve Dickson <steved@redhat.com> 2.3.3-0.rc1
|
||||||
- Updated to latest uupstream RC release: nfs-utils-2-3-4-rc1
|
- Updated to latest uupstream RC release: nfs-utils-2-3-4-rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user