#!/bin/sh

# Re-read /etc/exports and push the updated export table into the kernel
# without restarting the server. Invoked by `svctl reload nfsd`.
exec /usr/sbin/exportfs -r
