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