path: rear_2.9+dfsg-3/usr/share/rear/restore/NFS4SERVER/default/300_start_nfs_server.sh
Debug "nfsd started with $nfs_threads threads."
if [ -z "$(pidof rpc.mountd)" ]; then
    rpc.mountd --debug all "${nfsd_opts[@]}" || Error "rpc.mountd failed!"
fi
