You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
591 B
11 lines
591 B
diff -up nfs-utils-2.5.2/systemd/nfs-server.service.orig nfs-utils-2.5.2/systemd/nfs-server.service |
|
--- nfs-utils-2.5.2/systemd/nfs-server.service.orig 2020-12-16 12:31:27.677558163 -0500 |
|
+++ nfs-utils-2.5.2/systemd/nfs-server.service 2020-12-16 12:33:56.751806659 -0500 |
|
@@ -23,6 +23,7 @@ Type=oneshot |
|
RemainAfterExit=yes |
|
ExecStartPre=-/usr/sbin/exportfs -r |
|
ExecStart=/usr/sbin/rpc.nfsd |
|
+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
|
|
|